-Python 3.8
- git clone git@github.com:programgames/pokepedia-middleware.git
- cd pokepedia-middleware
- git submodule init
- git submodule update
- pip install -r requirements.txt
- cd pokeapi
- make install
- make docker-setup
- make docker-build-db
- make hasura-apply
- cd ..
- make migrate
- python manage.py init
- cp .env.dist .env
- setup your env variables