search Pokémon using PokéAPI
download the project on github, after that open your terminal and write:
cd pokedex
enter in the app folder
pip install -r requirements.txt
install the dependencies
python app.py
execute the app
or you can host the server using repl.it
to stop the server(localhost) press Ctrl+C