/pokedex_api

Primary LanguageTypeScript

Nest Logo

Running in development

  1. Clone the repository
  2. Run
yarn install
  1. Have Nest CLI installed
npm i -g @nestjs/cli
  1. Start the databasea
docker-compose up -d
  1. Rebuild the database with the seed
http://localhost:3000/api/seed

Stack used

  • MongoDB
  • Nest