Skip to content

Code submitter for Student Robotics Virtual Competition.

License

Notifications You must be signed in to change notification settings

PeterJCLaw/code-submitter

Repository files navigation

Code Submitter

CircleCI

Code submitter for Student Robotics Virtual Competition.

Development setup

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

Coding style

This repo generally follows Thread's Python coding style.