Categorygithub.com/frani/go-gin-api
modulepackage
0.0.0-20240402142523-cf20ef5871d4
Repository: https://github.com/frani/go-gin-api.git
Documentation: pkg.go.dev

# README

Go GIN API with Mongo

Boilerplate microservice API with GIN

Folder structure

Folder & FilesDescription
/src/routersAKA endpoints
/src/routers/usersrouter folder example
/src/routers/users/handler.goHandler functions
/src/routers/users/router.goRouter
/src/routers/users/validations.goEndpoint Request Validations
/src/middlewaresCustom Middlewares
/src/servicesBusiness logic, including internal or external services such as SDK (service layer)
/src/configsEnvironment variables and configuration-related things

# Packages

Package docs Code generated by swaggo/swag.
No description provided by the author