Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rody-huancas/nestjs-naval
api rest with nestjs
https://github.com/rody-huancas/nestjs-naval
Last synced: 3 days ago
JSON representation
api rest with nestjs
- Host: GitHub
- URL: https://github.com/rody-huancas/nestjs-naval
- Owner: rody-huancas
- Created: 2024-03-12T02:45:21.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-16T02:17:30.000Z (8 months ago)
- Last Synced: 2024-03-17T05:49:34.320Z (8 months ago)
- Language: TypeScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## API REST - NAVAL
### Como usar:
1. Tener instalado Nestjs, sino, ejecutar:
```
npm i -g @nestjs/cli
```2. Instalar dependencias
```
npm install
```3. Levantar docker
```
docker-compose up -d
```4. Ejecutar el proyecto
```
npm run start:dev
```