AioQuiz is stand alone opensource platform for Lesson and quiz execution.
It is written in Python using asynchronous framework Sanic, PostgresSQL and AngularJS
- Python 3.5+
- PostgresSQL
python3.5 -m pip install -r requirements
- Create config_dev or config_prod in config dir basing on config/template.py
- Edit bottom of bootstrap.py
- Edit admin adding function ;)
- python3.5 bootstrap.py
npm install
./build_front.sh