Skip to content

parthahere001/Learner

Repository files navigation

Learner

An Open-Source Learning Management System built especially for schools

Getting Started

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

Prerequisites

Make sure to have Python (version 3.0.0 or onwards) and Virtual env set up on your local device

Installing

Just go over this VirtualENV setup guide on GeeksForGeeks to get started with venv

Built With

  • Django - The web framework used
  • Bootstrap - For making attractive UI elements
  • Python - A really awesome language for begineers

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • 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