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
- Host: GitHub
- URL: https://github.com/utsavdotpro/carmanager-nestjs
- Owner: utsavdotpro
- Created: 2021-04-06T21:41:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T21:54:00.000Z (about 5 years ago)
- Last Synced: 2025-07-13T19:41:25.898Z (11 months ago)
- Topics: backend, nestjs, practice-project, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[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