Golang Todo Backend example with a complete project layout suitable as starting point for a larger project, It's built using Chi and REL.
Demo: https://www.todobackend.com/client/index.html?https://go-todo-backend.herokuapp.com/
# Prepare .env
cp .env.sample .env
# Update dependencies
make dep
# Migrate
make migrate
# Build and Running
make