A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covThis is a NestJS project that has been deployed using Render with GitHub integration.
When you're ready to deploy your NestJS application to production, there are some key steps you can take to ensure it runs as efficiently as possible. Check out the deployment documentation for more information.
This project is deployed on Render, a modern cloud platform for hosting web applications.
I used GitHub integration with Render for seamless deployment. Here's a summary of the steps I followed:
- Pushed my NestJS project to GitHub.
- Created a new Web Service on Render.
- Connected my GitHub repository.
- Set the build and start commands:
- Build Command:
npm install && npm run build - Start Command:
npm run start:prod
- Build Command:
- Set environment variables (if required).
- Deployed automatically – now updates are deployed on each push to the main branch.
Check out a few resources that may come in handy when working with NestJS:
- Visit the NestJS Documentation to learn more about the framework.
- For questions and support, please visit our Discord channel.
- To dive deeper and get more hands-on experience, check out our official video courses.
- Visualize your application graph and interact with the NestJS application in real-time using NestJS Devtools.
- Need help with your project (part-time to full-time)? Check out our official enterprise support.
- To stay in the loop and get updates, follow us on X and LinkedIn.
- Looking for a job, or have a job to offer? Check out our official Jobs board.
Nest is MIT licensed.