An open API service indexing awesome lists of open source software.

https://github.com/utsavdotpro/carmanager-nestjs

Practice project for making REST APIs with NestJS and mongoDB
https://github.com/utsavdotpro/carmanager-nestjs

backend nestjs practice-project rest-api typescript

Last synced: about 1 month ago
JSON representation

Practice project for making REST APIs with NestJS and mongoDB

Awesome Lists containing this project

README

          


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

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

```bash
$ yarn install
```

## Running the app

```bash
# 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