Boilerplate LMS application built using django-rest-frmaework!
Request Demo
·
Report Bug
·
Request Feature
This application is a sample of in-house built product Learning Management System with modern cutting edge technologies to ease the learning process. Implemented core backend engine and supporting apps for handling accounts, courses, assignments, discussions and quizzes.
Key Learning:
- Setting up boilerplates for django project
- RESTful API development
- Handling large code base 😄
Of course, no one template will serve everyone since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue.
Contributors are always welcomed!
To get a local copy up and running follow these simple example steps.
To run this project, you should have following dependencies ready:
- Python3
- pip
- MySQL Database
- Clone the repo
git clone https://github.com/umairqadir97/learning-management-system.git
- Open terminal in project folder
cd learning-management-system
- Install python packages
pip3 install -r requirements.txt
- Create 'prepboard_staging' database in MySQL
CREATE DATABASE prepboard_staging;
- Enter your database login credentials in
engine/settings.py
'NAME': 'prepboard_staging',
'USER': 'user_name',
'PASSWORD': 'password',
- Run server
python3 manage.py runserver
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 amazing_features
) - Commit your Changes (
git commit -m 'Add some Amazing Features'
) - Push to the Branch (
git push origin amazing_features
) - Open a Pull Request
- Writing tests
- Code review
- Feature Enhancement
Distributed under the MIT License. See LICENSE
for more information.
Muhammad Umair Qadir - Email
LinkedIn: LinkedIn