A nestjs serverless startup template deployed on vercel.🧸
English | 简体中文
Create a repo from this template on GitHub👈.
One-click deployment to Vercel
When you use this template, try follow the checklist to update your info properly
- Change the author name in LICENSE
- Change the infos in package.json
- Change the config in docker-compose.yml
- Change
.env.example
/.env.prod.example
to.env
/.env.prod
- Remove the .github folder which contains the funding info
- Clean up the READMEs
nd, enjoy :)
$ pnpm install
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov
To build the Server, run
$ pnpm build
And you will see the generated file in dist that ready to be served.
$ docker-compose up --build
🎉 Thank you so much for checking out our project! If you found this project helpful or you think it's cool, you can send us a sign of support at 🌟star🌟. This will help our project to get more attention and development, but also a kind of encouragement and affirmation of our efforts.
🚀 Of course, if you have any suggestions, feedback or contributions that would like to participate in the project, we are very welcome! You can interact with us by submitting an Issue or Pull Request.
💖 Thank you for your support!