v1.1.0
- New (and awesome) template structure by my own "Philosophy of Golang project architecture".
- Re-think API methods for more understandable points.
- Switch to
.env
config file from YML. - Add more useful middleware and packages (JWT, Swagger, etc.).
- Add example func for DB connection (by default, PostgreSQL).
- Add folder with migration files for init DB.
- Add many comments in code.
TODO:
I would be very happy to have your help on the following tasks:
- Add tests to cover all functions.
PRs are welcome 👍