https://github.com/coder-abdo/nestjs_car_reports
car reports clone by Nest JS
https://github.com/coder-abdo/nestjs_car_reports
Last synced: 12 months ago
JSON representation
car reports clone by Nest JS
- Host: GitHub
- URL: https://github.com/coder-abdo/nestjs_car_reports
- Owner: coder-abdo
- Created: 2021-09-08T21:56:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T21:58:54.000Z (almost 5 years ago)
- Last Synced: 2025-03-04T07:47:32.618Z (over 1 year ago)
- Language: TypeScript
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car Reports Project
---
- This project based on Udemy course called `NestJs: The Complete Developer's Guide` by _Steven Grider_.
- This project is all about learning `Nest JS` by applying all different techniques and technologies.
## Techs:
- Nest JS
- TypeScript
- RX JS
- TypeORM
- Class-Validator
- Class-Transformer
---
### How to:
- run the project:
1- `npm install` or `yarn install` to install all the dependencies.
2- `npm run start:dev` or `yarn start:dev` for running the project in the development Mode.