Skip to content

Practice project for making REST APIs with NestJS and mongoDB

Notifications You must be signed in to change notification settings

utsavdotpro/CarManager-nestjs

Repository files navigation

Nest Logo

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


Description

Car Manager is a practice project for making REST APIs with NestJS and mongoDB.

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

APIs Doc

https://documenter.getpostman.com/view/7702441/TzCS4kTZ

Tutorial

Following the 4 parts of the tutorial followed to build this project.

  1. Getting Started + Creating First Nest.JS Application: https://youtu.be/oU5Di3be-Sk
  2. Creating The Controller, Service and Module: https://youtu.be/knEgbNvZncA
  3. Adding HTTP endpoints in Nest: https://youtu.be/1ndwiYe1PXQ
  4. Backend Using Nest JS and MongoDB (Mongoose): https://youtu.be/L3JZhj9Odfg

About

Practice project for making REST APIs with NestJS and mongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published