Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dieg0code/cargofive-test


https://github.com/dieg0code/cargofive-test

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

A progressive Node.js framework for building efficient and scalable server-side applications.


# Info

- La app corre en el ``puerto 3000``.
- Está integrada con Swagger, en la ruta ``/api`` se puede ver la documentación.

## Instalación de Dependencias

```bash
$ npm install
```

## Running the app

```bash
# watch mode
$ npm run start:dev

```