2020-12-07 22:08:51 +01:00
|
|
|
FS Quiz Tool
|
2020-01-12 15:25:31 +01:00
|
|
|
============
|
|
|
|
|
2020-01-12 15:31:57 +01:00
|
|
|
Tool for fs teams to train for registration qualification quizzes
|
2020-01-12 15:25:31 +01:00
|
|
|
|
2020-12-07 22:08:51 +01:00
|
|
|
To start the app run
|
2020-01-12 15:25:31 +01:00
|
|
|
|
2020-12-07 22:08:51 +01:00
|
|
|
```bash
|
|
|
|
# clone, cd into repo
|
|
|
|
pip install -e .
|
|
|
|
python3 -m fs-quiz-tool-db
|
|
|
|
```
|
2020-01-12 15:25:31 +01:00
|
|
|
|
2020-12-07 22:08:51 +01:00
|
|
|
Then, open <http://localhost:12345> in your browser.
|