Una Health Backend Tech Challenge
- Install
poetry
with pip -pip install poetry
- Run
poetry install
from root folder - Run
poetry run python manage.py migrate
- Run
poetry run python manage.py runserver
- Visit
http://127.0.0.1:8000/api/v1/levels/
to see thelist
endpoint. - It's possible to filter by user_id, start and stop dates in the format used by the recording devices (mm-dd-yyyy hh:mm).