Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 362 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 362 Bytes

It's simple system without any groups.

Getting started

  1. Download code.
  2. Create virtualenv with Python 3.x.
  3. Run 'pip install -r requirements.txt' command.
  4. Run 'createdb.py' and 'createadmin.py' scripts.
  5. Launch app with 'run.py' script.

Creating students

  1. Open app page in browser(by default it's localhost:5000)
  2. Get autorized as admin user.