This tool helps manage courses by providing training materials for lessons and collecting feedback from trainers.
git clone https://github.com/digitalfabrik/ish-goalkeeper.git
cd ish-goalkeeper
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip; pip install --upgrade setuptools
python3 setup.py (install|develop)
manage.py migrate
manage.py runserver