Just a simple go rest with PostgreSQL. Very easy to config.
-
Clone repo
$ git clone https://github.com/geshtng/go-rest
-
Migrate database. Use my sample database in
sample_db
folder -
Run
$ make run
or
$ go run main.go
Pull requests are welcome! :)