evilairmax / pokedex

Pokedex build with NestJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Execution in dev environment

  1. Clone this repository.
  2. Execute the following command
yarn install
  1. Must have Nest CLI installed
npm i -g @nestjs/cli
  1. Copy the .env file
cp .env-example .env
  1. Start the database container service
docker-compose up -d
  1. Seed the database using cURL
curl http://localhost:3000/seed

Stack used

  • MongoDB
  • NestJS

About

Pokedex build with NestJS


Languages

Language:TypeScript 99.0%Language:HTML 1.0%