Django Online Learning Platform

Hira Saleem

Django Online Learning Platform

This project is a comprehensive online learning platform developed using Django, aiming to provide users with access to a variety of courses, interactive lessons, and a seamless learning experience.

Features

Course Management – Administrators can create, update, and delete courses.
User Enrollment – Users can enroll in courses and track their progress.
Assessments – Incorporates quizzes and assignments to evaluate user understanding.
Discussion Forums – Facilitates interaction between students and instructors.

Technologies Used

Django – Backend framework for robust web applications.
HTML5 & CSS3 – Structure and styling of web pages.
JavaScript – Interactive elements and client-side logic.
SQLite – Default database for development and testing.

Project Structure

Django-Online-Learning-Platform/
├── myproject/ # Main project settings and configurations
├── onlinecourse/ # Core application handling courses and assessments
├── static/ # Static files (CSS, JavaScript, images)
├── templates/ # HTML templates
├── db.sqlite3 # SQLite database
├── manage.py # Django management script
├── requirements.txt # Project dependencies
├── runtime.txt # Python runtime environment

Getting Started

To set up the project locally:

1. Clone the Repository

git clone https://github.com/HSk2703/Django-Online-Learning-Platform.git
cd Django-Online-Learning-Platform

2. Create and Activate a Virtual Environment

python -m venv env
On Windows:
env\Scripts\activate
On macOS/Linux:
source env/bin/activate

3. Install Dependencies

pip install -r requirements.txt

4. Apply Migrations

python manage.py migrate

5. Run the Development Server

python manage.py runserver

6. Access the Application

Open your web browser and navigate to:

Like this project
0

Posted Oct 13, 2024

Django-based online learning platform offering courses, interactive lessons, and a seamless user experience.

AI Sentiment Analysis App
AI Sentiment Analysis App
Cloud App with Node.js & React
Cloud App with Node.js & React
Shipping Calculations System
Shipping Calculations System
Express Book Review App
Express Book Review App