Skip to content

JLPcommunity/jlp-postgres-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres Client

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.

Run Go Server

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

Run Angular 2 Client

$ cd client-ng2
$ npm install
$ ng serve

Note: It usually runs at localhost:4200

Test the app

Open your browser and type this URL http://localhost:4200.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published