You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
todo is an example application written in Go meant to demonstrate a production-ready, enterprise-style REST API using concepts from Domain Driven Design and Clean Architecture.
Usage
Run
docker-compose build && docker-compose up -d
Stop
docker-compose down
About
(over-engineered) Example Go backend for a productivity app