go modules is a boilerplate for Nest.js like, it has modules, controllers, REST generator and much more...
dotenv
support- gorm database support with entities, auto migration
postgresql
database- gofiber support for web server, middlewares ...
- 🌍
swagger generating
- nodemon
npm install -g nodemon
- go (https://golang.org/doc/install)
- make
- 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 swagger
comming soon
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.