Skip to content

Forum-G/Django_OnlineCourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Online Course Django APP

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.

Database Structure

I have included a database schema for this project, which is shown below:

Database Model

Development

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.git

Install Python dependencies

pip3 install -r requirements.txt

Make 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 migrate

Prerequisite

  • Python 3

Feel free to explore and contribute to the project!

About

This Django-based web application serves as a comprehensive online course platform, enabling users to enroll in courses, access lessons, and complete quizzes. It includes quiz evaluation and provides a seamless full-stack learning experienc

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors