Pokedex

Avatar of 沈記維.
Avatar of 沈記維.

Pokedex

Backend Engineer
Taoyuan, Taoyuan District, Taoyuan City, Taiwan

Every Pokemon has its own properties, such as {number, name, types, evolutions}.

Now we want to build a Pokedex belong yourself.


Github

Environmental requirements

  • Win10 / Ubuntu 18.04
  • VScode
  • MongoDB(NoSql)
  • Python 3.8
  • Flask
  • Docker


Test tool

  • Curl
  • Postman


API

Api document(Swagger)


Docker

  • clone code
git clone https://github.com/pili2026/pokedex.git
  • go to folder
  • build need image
docker-compose build
  • run app with Compose(in docker file folder)
docker-compose up
  • Point your web browser to http://localhost:5000, then operate pokedex with api document


Every Pokemon has its own properties, such as {number, name, types, evolutions}. Now we want to build a Pokedex belong yourself.
Avatar of the user.
Please login to comment.

Published: Nov 26th 2022
85
5
0

Tools

docker
Docker
mongodb
MongoDB
python
Python

Share