A tool to help FS teams train for registration qualification quizzes
Go to file
Oskar Winkels a0d550d55f Very rudimentary answer display view, needs a lot of work still 2021-01-16 21:00:26 +01:00
fs-quiz-tool-db Deployment improvements 2020-12-07 23:30:23 +01:00
res Implement most new Quiz modes (see #3) except proper overtime for FSA. 2021-01-13 23:18:17 +01:00
web Very rudimentary answer display view, needs a lot of work still 2021-01-16 21:00:26 +01:00
.gitignore clean up and properly structure backend 2020-12-07 21:03:30 +01:00
FORMAT.md Update 'FORMAT.md' 2020-12-16 12:57:58 +01:00
LICENSE.md replace license with markdown version 2020-12-07 20:52:53 +01:00
README.md Move todos to issues and add instructions to README 2020-12-07 22:09:15 +01:00
setup.py clean up and properly structure backend 2020-12-07 21:03:30 +01:00

README.md

FS Quiz Tool

Tool for fs teams to train for registration qualification quizzes

To start the app run

# clone, cd into repo
pip install -e .
python3 -m fs-quiz-tool-db

Then, open http://localhost:12345 in your browser.