- to create a competition you should upload a file with 2 columns of
id
andvalue
. - also answers file should have
id
andanswer
columns. request_doc.json
is a simple export file from insomnia.
- create a virtualenv
- install dependencies
- make a copy from
.env.sample
to.env
and fill variables - execute
flask run
- add front-end
- convert
sqlite
dbms topostgres
- add other evaluation functions