- Clone this repo
- Create virtual environment
- Activate virtual environment
- Run
pip install -r requirements.txt
to install packages - Create
.env
and add variables as per example in.env.example
. In this project, we usedPostgres db
from ElephantSql - Run migations
- Run
python manage.py runserver
to start your server - The easiest way to browse the api is to use swagger docs. To do so, visit
127.0.0.1:8000/swagger