Flask website using the GraphQL endpoint of pokeapi.com to display all the colors of all the Pokémon.
- Make sure you have poetry installed.
make start
You can still run it if you have the right libraries.
- Make sure you have Python
- Install requests and flask libraries if you don't have them already
python3 app.py