Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 376 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 376 Bytes

go-rest

Just a simple go rest with PostgreSQL. Very easy to config.

Installation

  1. Clone repo

    $ git clone https://github.com/geshtng/go-rest
  2. Migrate database. Use my sample database in sample_db folder

  3. Run

    $ make run

    or

    $ go run main.go

Contribution

Pull requests are welcome! :)