Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ezzz-lui/carservice-nestjs

API-RESTFUL - Concesionaria de Autos con NestJs
https://github.com/ezzz-lui/carservice-nestjs

nestjs typescript

Last synced: 21 days ago
JSON representation

API-RESTFUL - Concesionaria de Autos con NestJs

Awesome Lists containing this project

README

        


Nest Logo

# Cars & Brands - NestJS (Without database)

### Load DB with data(testing)
```
http://localhost:3000/seed
```
### Install the project
```bash
$ npm install
```
#### Start the project with NodeJs command
```bash
$ npm run start
```