This project is an application example to understand clean code practices applied to Go and learn how this language works. Based on a real project implementation, so any feedback is welcome.
This project has a Makefile to improve the developer experience
make gen
to generate openapi filesmake start
to init the server
Note: This project is in early steps, as a part of my series Clean Architecture with Go. Future chapters will improve the code and add more functionalities.