This project is a boiler plate for go, that has built in Oauth2 system. Also this project using clean architecture, and also it has a swagger API Documentation. To run the project, you can simply run this Command :
go run main.go
The url for accessing the swagger :
{host}/swagger/index.html
By using swaggo package you can simply run this command to generate / update the documentation :
swag init
Package Url : https://github.com/swaggo/swag