Code submitter for Student Robotics Virtual Competition.
Install all the things:
$ pip install -e . -r script/dev-requirements.txt uvicorn
Run the checks:
$ ./script/check
Create/update the database schema:
alembic upgrade head
Run the server:
$ ./script/uvicorn
This repo generally follows Thread's Python coding style.