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.

NPM Version Package License NPM Downloads CircleCI Discord Backers on Open Collective Sponsors on Open Collective Donate us Support us Follow us on Twitter

## Ejecutar en desarrollo 1. clonar el repositorio 2. Ejecutar 3. ```bash $ yarn install ``` 4. Tener Nest CLI instalado [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. ```bash npm i -g @nestjs/cli ``` 5. Levantar la base de datos ```bash docker compose up -d ```