A test assignment for Shakuro.com backend developer position
https://shakurocom.github.io/BackEnd-Test/
Install pipenv
https://pipenv.readthedocs.io/en/latest/install/#installing-pipenv
Install Python dependencies from Pipfile.lock
pipenv sync --dev
Run tests
pytest -v tests/
Run dev server
./manage.py migrate
./manage.py runserver