Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ezzz-lui/carservice-nestjs
- Owner: Ezzz-Lui
- Created: 2024-08-21T03:22:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T21:28:32.000Z (4 months ago)
- Last Synced: 2024-11-03T07:42:44.409Z (2 months ago)
- Topics: nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 305 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```