JLP Meetup: Learn PostgreSQL on Feb 14th, 2017 @ EV Hive, Jakarta.
All the instruction below, start from the folder jlp-postgres-client
or any name if you renamed it when clone.
We assume you have already installed Go on your computer. Otherwise, refer to this.
$ cd server-go
$ go run main.go
Note: It listens to localhost:8383
$ cd client-ng2
$ npm install
$ ng serve
Note: It usually runs at localhost:4200
Open your browser and type this URL http://localhost:4200
.