An online learning management system
-
Allows Students and Tutors to create account
-
Allow students to view courses, filter the courses by subject and enroll in the courses
-
Allow students to view content of the courses once enrolled and be able to see his/her progress
-
Allow teachers to create account, login to their dashboard, create courses
-
All teachers to create modules for particular courses and add content to the modules
Teachers dashboard and students dashboard are different(teachers: green, students: blue)
-
clone the project
git clone https://github.com/smartjef/vstech-academy.git
-
Cd into vstech-academy
cd vstech-academy
-
start a virtual environment
virtualenv env
-
activate the vartual environtment
source env/bin/activate
-
install the requirements
pip install -r requirements.txt
-
make migrations
python manage.py makemigrations
-
migrate
python manage.py migrate
-
create superuser(fill in the required fields)
python manage.py createsuperuser
-
runserver
python manage.py runserver
Email: [email protected] Phone: +254795067776 website: vs-academy.tech