Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.52 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.52 KB

Go REST Service Starter/Boilerplate

Easily extendible REST API Service boilerplate aiming to follow idiomatic go and best practice.

Any feedback and pull requests are welcome and highly appreciated. Feel free to open issues just for comments and discussions.

Features

The following feature set is a minimal selection of typical Web API requirements:

TODO

  • Add email support
  • Add Oauth support

Start Application

  • Clone this repository
  • Rename _config.yaml to config.yaml
  • Run the application to see available commands: make run
  • Run the application with command serve: make server

Prerequisite

  • Go installed
  • To have psql running and test db created