An interactive website for E-Learning and Classroom Response System based on the Django framework.
The primary objectives of this website can be found at /docs/Objectives.pdf
- Install the dependencies:
pip install -r requirements/development.txt
- Run migrations:
cd src
python manage.py migrate
- Run server:
python manage.py runserver