A sample project to illustrate my understanding of Clean Code Architecture.
This project is a simple todo backend app, implemented using Golang, GORM, Postgres, Docker, docker-compose and GraphQL.
It is my intention to keep updating this repository with more features.
Simply clone to your local machine.
Then cd to the directory containing the project.
Open your terminal and run the command chmod +x ./start.sh && ./start