- Assuming you have latest python3 installed, checkout repo
cd tiko/tiko_assignment
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
- Open in browser
localhost:8000/api/docs
- Register new user with
register_create
endpoint, rememberaccess
token value - Login using
token_create
pasting plain token to Token field, pass email as username - Play with entire api as you wish
- tests
- email verification
- interactive api tuning