Skip to content

atabekdemurtaza/EducationPlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Education Platform

This is an Education Platform project developed for learning purposes.

Table of Contents

Introduction

The Education Platform is a web application that aims to facilitate learning and educational activities for users. It provides features such as course management, user authentication, and a user-friendly interface.

Features

  • User authentication (login, registration)
  • Course management (create, edit, delete courses)
  • Course enrollment for users
  • Dashboard displaying enrolled courses
  • Responsive design for various devices

Getting Started

Follow these instructions to get the project up and running on your local machine.

Installation

  1. Clone the repository:

    git clone https://github.com/atabekdemurtaza/EducationPlatform.git
    cd EducationPlatform
  2. Install the dependencies:

    pip install -r requirements.txt

Running the Application

  1. Apply the migrations:

    python manage.py migrate
  2. Create a superuser:

    python manage.py createsuperuser
  3. Start the development server:

    python manage.py runserver

    Access the application at http://localhost:8000

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow the Contributing Guidelines.

License

This project is licensed under the MIT License.


Note: Customize this README template according to your project's specifics.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published