This is a sample app for django, it fetch data from https://pokeapi.co/ and serves it into a api.
-
Installation
python -m pip install -r requirements.txt
-
Read the data and storage it locally.
python manage.py fetch_evolution_chain 2
-
Run the webserver
python manage.py runserver 0.0.0.0:8000
-
Watch all pokemons
-
Watch a pokemon by name