go-backend-clean-architecture icon indicating copy to clipboard operation
go-backend-clean-architecture copied to clipboard

A Go (Golang) Backend Clean Architecture project with Gin, MongoDB, JWT Authentication Middleware, Test, and Docker.

Results 18 go-backend-clean-architecture issues
Sort by recently updated
recently updated
newest added

https://github.com/GiorgosXou/TUIFIManager/issues/84

Hello, I love your instruction for building this code structure. Would you mind help us to make codes to connect to the mysqlDb?

Hi! I really appreciate your work. It helped a lot, thank you. However, I encountered some bugs when developing on cross origin platforms(especially calling the API from local React App...

Hi Amit! Thanks for this perfect project! May I know how to build mongo db index in this project? Which file should it be in?

Hi folks and the author of this project, I was wondering, while working with my services, I could be to call external APIs using various methods such as REST, RPC,...

As [discussed](https://github.com/amitshekhariitbhu/go-backend-clean-architecture/issues/9), I present a typical linter setup for the project. Please consider the suggestions. Changed the file README.md and added config file.

Hi! After reading your blog and running the testing for profile controller, I tried to write the part for testing task controller. I appreciate your help very much.