This is an example implementation for Todo-Backend with Go kit, GORM and PostgreSQL. An instance is available at Heroku.
- Docker > 19.03.5
- Docker Compose > 1.25.4
Go to root folder and run make start
. It will start application and expose at 8902
port.