- python 3.6+
- redis
- postgresql
- Clone the repo and
cd
into the folder - Create virtual environment (optional)
- Execute
pip install -r requirements.txt
- Rename .env.sample to .env and fill in the values.
- Execute
python manage.py populate_database
- Execute
python manage.py run runserver
To run tests execute python manage.py test -k