Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dieg0code/cargofive-test
https://github.com/dieg0code/cargofive-test
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dieg0code/cargofive-test
- Owner: Dieg0Code
- Created: 2022-02-11T02:36:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T18:31:04.000Z (almost 3 years ago)
- Last Synced: 2024-04-16T20:23:37.515Z (7 months ago)
- Language: TypeScript
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[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```