A dashboard used to publish chapters and lessons to a Parse server so that they can be retrieved by a Lesson Management App. This project has been developed to aid schools in delivering lessons during the COVID-19 pandemic.
Report a bug
.
Request Feature
To get a local copy up and running follow these simple steps.
- Python 3
You can download the latest version of Python here
-
Django
pip3 install django
-
Simply clone the lmdashboard
git clone https://github.com/cosmin-bianu/lmdashboard.git lmdashboard
- Change the directory to the folder of the cloned repository
cd lmdashboard
- Start the server
python3 manage.py runserver
- Make note of the port and connect to localhost:[port] with your favourite browser
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache 2.0 License. See LICENSE
for more information.
Cosmin Bianu - kitsune.cosmin@gmail.com
Project Link: https://github.com/cosmin-bianu/lmdashboard