/LearningProgress

LearningProgress is a small server application based on Django for tracking individual learning progress on a structured curriculum.

Primary LanguagePythonMIT LicenseMIT

LearningProgress

https://img.shields.io/travis/LearningProgress/LearningProgress.svg? https://img.shields.io/coveralls/LearningProgress/LearningProgress.svg? https://img.shields.io/badge/license-MIT-blue.svg?

LearningProgress is a small server application based on Django for tracking individual learning progress on a structured curriculum. It is still under development.

Run development version

$ python3 --version  # This should return Python 3.x
$ git clone https://github.com/LearningProgress/LearningProgress.git
$ cd LearningProgress
$ virtualenv .virtualenv --python=python3
$ source .virtualenv/bin/activate
$ pip install -r requirements.txt
$ python manage.py syncdb  # Prompts for input some superuser data.
$ python manage.py loaddata extras/example-data-de.json
$ python manage.py runserver

Requirements

LearningProgress uses

License

LearningProgress is Free/Libre Open Source Software and distributed under the MIT License, see LICENSE file. The authors are mentioned in the AUTHORS file.