- Clone this repository
- Make a virtualenv (
python -m venv .venv
) - Install dependencies (
python -m pip install -r requirements.txt
) python manage.py makemigrations
,python manage.py migrate
andpython manage.py createsuperuser
python manage.py runserver
- Navigate to
http://127.0.0.1:8000/admin
to login. - Navigate to
http://127.0.0.1:8000/api
to consume.