Skip to content

ormanli/todo-backend

Repository files navigation

todo-backend

This is an example implementation for Todo-Backend with Go kit, GORM and PostgreSQL. An instance is available at Heroku.

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.