An open API service indexing awesome lists of open source software.

https://github.com/ormanli/todo-backend

An example todo-backend implementation with Go kit, GORM and PostgreSQL
https://github.com/ormanli/todo-backend

gokit golang gorm postgresql todo-backend todobackend

Last synced: 6 months ago
JSON representation

An example todo-backend implementation with Go kit, GORM and PostgreSQL

Awesome Lists containing this project

README

          

# todo-backend

This is an example implementation for [Todo-Backend](https://www.todobackend.com) with [Go kit](https://github.com/go-kit/kit), [GORM](https://gorm.io/) and PostgreSQL.
An instance is available at [Heroku](https://todo-backend-gokit-postgresql.herokuapp.com/todos).

Requirements
====
* Docker > 19.03.5
* Docker Compose > 1.25.4

How To Run
====
Go to root folder and run `make start`. It will start application and expose at `8902` port.