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

https://github.com/oscarcornejo/nest-pokemon

Pokedex con Nest
https://github.com/oscarcornejo/nest-pokemon

Last synced: 19 days ago
JSON representation

Pokedex con Nest

Awesome Lists containing this project

README

        


Nest Logo

# Ejecutar en desarrollo

1. Clonar el repositorio
2. Ejecutar

```
yarn install
```

3. Tener Nest CLI instalado

```
npm i -g @nestjs/cli
```

4. Levantar la base de datos

```
docker up -d
```

## Stack usado

- MongoDB
- Nest