This is a Django 4 based web application, a project powered by Tür an Tür – Digitalfabrik gGmbH. The main goal is to develop an application that gathers courses that job center employees can pass on in counseling sessions to refugees and newcomers.
Following packages are required before installing the project (install them with your package manager):
npm
version 7 or laternodejs
version 12 or laterpython3
version 3.9 or laterpython3-pip
(Debian-based distributions) /python-pip
(Arch-based distributions)python3-venv
(only on Debian-based distributions)- Either
postgresql
ordocker
to run a local database server
git clone git@github.com:digitalfabrik/integreat-compass.git
cd integreat-compass
./tools/install.sh
./tools/run.sh
- Go to your browser and open the URL
http://localhost:8082
- By default, the following users exist:
Group | |
---|---|
root@integreat.compass | - |
board_member@integreat.compass | BOARD_MEMBER |
integration_specialist@integreat.compass | INTEGRATION_SPECIALIST |
offer_provider@integreat.compass | OFFER_PROVIDER |
All default users share the password compass
.
- Integreat compass: The main package of the integreat-compass with the following sub-packages:
- coming soon
- Tests: This app contains all tests to verify integreat-compass works as intended
Copyright © 2023 Tür an Tür - Digitalfabrik gGmbH and individual contributors. All rights reserved.
This project is licensed under the Apache 2.0 License, see LICENSE and NOTICE.md.