An Open-Source Learning Management System built especially for schools
Just clone the repo onto your local machine and the follow the following steps for your OS
For Windows : Go inside the project directory (/plms/), open the command prompt in that directory and run the command
py manage.py runserver
For Linux : Navigate to the project directory, open the terminal in this directory and run the following command :
python3 manage.py runserver
Make sure to have Python (version 3.0.0 or onwards) and Virtual env set up on your local device
Just go over this VirtualENV setup guide on GeeksForGeeks to get started with venv
- Django - The web framework used
- Bootstrap - For making attractive UI elements
- Python - A really awesome language for begineers
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Partha Banerjee - Initial work - Parthahere001
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Thanks to the buggy LMS that we used in college for providing an inspiration for this project