#this project is still a Work In progress A learning Management System based on requirements described in the ASETT requirement
This project was divided into several apps representing various entities that exists on the system.
To better navigate this repository, the urls.py files are placed at the root of the following apps : students app, instructor app, discussion app, adminactions app.
To run tests included ,open command prompt in the project directory and run "python manage.py tests" From the same directory, run "pip install -r requirements.txt" install project dependencies
This project is hosted at http://ayulalms.herokuapp.com
login as an instructor using the following: Username : instructor45 password : instructor12345
login as an admin using : Username : lmsadmin password : admin12345
login as a student using : Username : student45 password : student12345
Instructor's Area.