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:
-
First clone this project.
-
Then open it with vs code.
-
Install python in your device if you don't install yet.
-
Then move to the project folder using terminal
-
Then create a virtual environment. To do that follow bellow instructions:-
sudo apt-get install python3-venv
python3 -m venv .venv
source .venv/bin/activatepython3 -m venv .venv
source .venv/bin/activatepy -3 -m venv .venv
.venv\scripts\activate -
Then install all dependency in requirements.txt
-
Run one last command python manage.py runserver
This will run the project.