Golang Todo API example Golang Todo API example using Grimoire and Chi. Demo: https://www.todobackend.com/client/index.html?https://grimoire-todo-example.herokuapp.com/ Running: # Prepare .env cp .env.sample .env # Update dependencies make dep # Migrate make migrate # Build and Running make