Skip to content

tesh-ri/Assignment02-week02

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Discord Backers on Open Collective Sponsors on Open Collective Donate us Support us Follow us on Twitter

Description

Nest framework TypeScript starter repository.

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

NestJS Project

This is a NestJS project that has been deployed using Render with GitHub integration.

Deployment

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.

🚀 Deployed on Render

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:

  1. Pushed my NestJS project to GitHub.
  2. Created a new Web Service on Render.
  3. Connected my GitHub repository.
  4. Set the build and start commands:
    • Build Command: npm install && npm run build
    • Start Command: npm run start:prod
  5. Set environment variables (if required).
  6. Deployed automatically – now updates are deployed on each push to the main branch.

🌐 View the live application:

[Your Render App URL here]

Resources

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.

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published