Go Modules
October 1, 2025 ยท View on GitHub
Go Modules
go modules is a boilerplate for Nest.js like, it has modules, controllers, REST generator and much more...
What is included:
dotenvsupport- gorm database support with entities, auto migration
postgresqldatabase- gofiber support for web server, middlewares ...
- ๐
swagger generating
Prequisites
- nodemon
npm install -g nodemon - go (https://golang.org/doc/install)
- make
Scripts
- development:
make dev - rename name of the project:
make rename name=<new project name> - build for linux:
make build - build for mac:
make build_mac - run database migration:
make migrate - run tests:
make test - generate swagger file:
make swaggercomming soon
Contribution
We'd love โค๏ธ for you to contribute to this boilerplate. You can request new features by creating an issue, or submit a pull request with your contribution.