This is a full-stack online course hosting web application built with Django. Users can enroll in courses, read lessons, and take quizzes. The quiz score is also evaluated at the end.
I have included a database schema for this project, which is shown below:
I have developed this web application using an existing database schema as a starting point.
If you want to contribute or further develop the project, you can clone this repository using the following command:
git clone https://github.com/CodeForumizer/Django_OnlineCourse.gitInstall Python dependencies
pip3 install -r requirements.txtMake sure to configure the settings.py file. I have configured it for deployment to Heroku, so you may need to remove the django_heroku package from requirements and adjust the database credentials accordingly.
Migrate the Django server:
python3 manage.py migratePrerequisite
- Python 3
Feel free to explore and contribute to the project!
