Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```