Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natalyrojas5/nestjs-car-dealership
https://github.com/natalyrojas5/nestjs-car-dealership
backend nestjs
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/natalyrojas5/nestjs-car-dealership
- Owner: natalyrojas5
- Created: 2024-03-30T17:05:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T17:07:19.000Z (10 months ago)
- Last Synced: 2024-03-30T18:23:50.692Z (10 months ago)
- Topics: backend, nestjs
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car Dealership
- Aplicación creada en el Curso de Nest.js de Fernando Herrera
## Deploy en Local
- Instalamos dependencias
```
npm install
```- Corremos app
```
npm run dev
```- Corremos nuestro seed para obtener datos estáticos de nuestros endpoints
```
localhost:3000/seed
```## Endpoints
- Listado de Cars
```
localhost:3000/cars
```- Listado de brands
```
localhost:3000/brands
```