servomac / todo-api-go

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Go 100.0%