Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 723 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 723 Bytes

Requirements:

-Python 3.8

Install :

Middleware setup

  • git clone [email protected]:programgames/pokepedia-middleware.git
  • cd pokepedia-middleware
  • git submodule init
  • git submodule update
  • pip install -r requirements.txt

Pokeapi setup

  • cd pokeapi
  • make install

With docker

  • make docker-setup
  • make docker-build-db
  • make hasura-apply

Middleware starting

  • cd ..
  • make migrate
  • python manage.py init
  • cp .env.dist .env
  • setup your env variables