Skip to content

Code submitter for Student Robotics Virtual Competition.

License

Notifications You must be signed in to change notification settings

PeterJCLaw/code-submitter

Folders and files

NameName
Last commit message
Last commit date
Dec 19, 2020
Jul 9, 2020
Jan 8, 2021
Jul 9, 2020
Dec 19, 2020
Jan 6, 2021
Jan 6, 2021
Jun 26, 2020
Jun 26, 2020
Jun 26, 2020
Dec 19, 2020
Jun 26, 2020
Dec 19, 2020
Dec 19, 2020
Dec 19, 2020
Jul 10, 2020

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.