Skip to content

Masum-MSNR/Online-Learning-Platform

Repository files navigation

Online Learning Platform

This platform is a webspace or portal for educational content and resources that offers a student everything they need in one place: lectures, resources, opportunities to meet and chat with other students, and more. It is also an excellent way for the student and the teacher to monitor student progress.

This project is made by using Django which is framework of python to build website. It is easy to use. Steps to run this project:

  1. First clone this project.

  2. Then open it with vs code.

  3. Install python in your device if you don't install yet.

  4. Then move to the project folder using terminal

  5. Then create a virtual environment. To do that follow bellow instructions:-

    Linux

    sudo apt-get install python3-venv
    python3 -m venv .venv
    source .venv/bin/activate

    macOS

    python3 -m venv .venv
    source .venv/bin/activate

    Windows

    py -3 -m venv .venv
    .venv\scripts\activate

  6. Then install all dependency in requirements.txt

  7. Run one last command python manage.py runserver

This will run the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages