Steps to build:
- run
make compose_up
(ormake compose_rebuild
if you already have running compose) - wait for couple of seconds to let postgres up
- run
make compose_migrate
which will create necessary tables in postgres - run
make compose_createsuperuser
to create root user for Django admin - run
make compose_crawl_remote_api
to populate database with Pokemon data from api - open Django admin on http://127.0.0.1:8000/admin/ to see Pokemon data