A progressive Node.js framework for building efficient and scalable server-side applications.
Car Manager is a practice project for making REST APIs with NestJS and mongoDB.
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
https://documenter.getpostman.com/view/7702441/TzCS4kTZ
Following the 4 parts of the tutorial followed to build this project.
- Getting Started + Creating First Nest.JS Application: https://youtu.be/oU5Di3be-Sk
- Creating The Controller, Service and Module: https://youtu.be/knEgbNvZncA
- Adding HTTP endpoints in Nest: https://youtu.be/1ndwiYe1PXQ
- Backend Using Nest JS and MongoDB (Mongoose): https://youtu.be/L3JZhj9Odfg