Skip to content

JesusJimenezC/NestPokedex

Repository files navigation

Nest Logo

Stack

  • Docker
  • Nest
  • MongoDB
  • Express

1. Installation

$ pnpm install

2. Build Database

$ docker-compose up -d

2.5 Fill Database

$ http://localhost:3000/api/seed

3. Environment Variables

Important

Clone file .env.template to .env and fill the variables

4. Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod