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