Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.
/ syllabus Public archive

A comprehensive LMS built with Django and Angular 1.x

Notifications You must be signed in to change notification settings

AlecAivazis/syllabus

Repository files navigation

Syllabus

  • A comprehensive school backend
  • A software solution for education
    • integration
    • modularity
    • simplicity

Setup

  1. Clone the project:

git clone https://github.com/aaivazis/syllabus.git && cd syllabus

  1. Make a virtual environment for the project (path to python assumes homebrew installation):

mkvirtualenv syllabus --python=/usr/local/bin/python3 && workon syllabus

  1. Install dependencies:

pip install -r requirements.pip && npm install

About

A comprehensive LMS built with Django and Angular 1.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published