Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 414 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 414 Bytes

Simple Golang API

Example of a RESTful API using Go-Json-Rest and GORM.

Up & Running

Set the following environment variables:

  • APP_PORT (default 8000)
  • APP_DATABASE (default todo.db)

TODO

  • Better project structure
  • Versioning
  • Open API Specification
  • Authentication
  • Dockerfile