Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ezzz-lui/esportsteams-with-nestjs-mongodb


https://github.com/ezzz-lui/esportsteams-with-nestjs-mongodb

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        


Nest Logo

# Ejecutar en desarrollo (dev)
1. ### Clonar el repositorio
2. ### Instalar las dependencias (npm o yarn)
```bash
yarn install
```
3. ### Tener NestJs CLI instalado
```bash
npm i -g @nestjs/cli
```
4. ### Base de datos (MongoDB)
```bash
docker-compose up -d
```