RKatana / ms-lms

An open source learning management system

Home Page:https://ms-lms.herokuapp.com/accounts/register/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MS LMS

Creator Raphael Katana

An open sourece Moringa school learning management system

Project Board


Check out the project board for tasks and features on Pivotal Tracker

Screenshot Pivotal tracker

Technologies and Packages Used


  • Python
  • Django
  • Pillow
  • Pipenv
  • SQL
  • Whitenoise
  • Cloudinary
  • Django Embed Video
  • Django Registration
  • Django braces
  • Django Resized

Set up and Installation

  • git clone git@github.com:RKatana/ms-lms.git
  • cd ms-lms; pipenv shell; pipenv install #This commands basically navigates you to the cloned repo, creates a virtual environment using pipenv and the installs the dependencies from Pipfile.lock
  • touch .env #create a dotenv file and then configure it to match the .env-sample file
  • source .env #source the .env to load the environment variables
  • make server #run the development server and open the link in your browser

Installation Assumptions

  • The above instructions assumes you are using a Unix based OS.
  • I also assume that you have pipenv installed.

App Screenshots


Screenshot Pivotal tracker

Screenshot Pivotal tracker

Screenshot Pivotal tracker

Screenshot Pivotal tracker

Screenshot Pivotal tracker

Screenshot Pivotal tracker

Licence: BSD

About

An open source learning management system

https://ms-lms.herokuapp.com/accounts/register/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 41.9%Language:CSS 41.8%Language:Python 8.7%Language:HTML 7.5%Language:Makefile 0.1%Language:Procfile 0.0%