Skip to content

oliverdjbrown/nestjs-pokedex

Repository files navigation

Nest Logo

Ejecutrar en desarrollo

  1. Clone the repository
  2. Execute
npm install
  1. You must have NestJs CLI Installed
npm i -g @nestjs/cli
  1. Run database
docker-compose up -d
  1. Clonar .env.template file and rename to .env

  2. fill the environment defined properties in .env

  3. run app

npm run start:dev
  1. Rebuild Database with seed
http://localhost:3000/api/v2/seed/numberOfRegistres

Stack

  • MongoDB
  • NestJs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published