It's simple system without any groups.
Getting started
- Download code.
- Create virtualenv with Python 3.x.
- Run 'pip install -r requirements.txt' command.
- Run 'createdb.py' and 'createadmin.py' scripts.
- Launch app with 'run.py' script.
Creating students
- Open app page in browser(by default it's localhost:5000)
- Get autorized as admin user.