Skip to content

hernancur/nest-pokedex

Repository files navigation

Nest Logo

Pokedex practice.

Practice of Nest, Docker, and more. A Pokedex with a statically served web at root is loaned.

Powered by Pokeapi.

Stack

  • Nest
  • Docker
  • Mongo DB

How to run the API:

  1. Clone the repository
  2. Run install 2.1 Install Nest CLI
  3. Up database
  4. Run server
  5. Clone the .env.template file and change name to .env
  6. Complete the ENV variables defined
  7. Run the app
  8. Populate the db

1

git clone https://github.com/hernancur/nest-pokedex.git

2

$ yarn install

2.1

yarn add -g @nestjs/cli

3

docker-compose up -d

7

$ yarn start:dev

8

Send one HTTP request to

http://localhost:3000/api/v2/seed

Techs

  • Nest
  • Mongo db

Stay in touch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published