/todo-api-go

A simple Golang API for the hello world of the XXI century, the TODO webapp

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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