Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 434 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 434 Bytes

todo

MIT

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