This software was created as part of the lecture "Software Development in a Customer Supplier Relationship" at the FH Aachen.
It is a web application for managing subscribers of a fictional company called "Matsecom". The application is built with Django and uses a SQLite database.
Julius Gummersbach
Jannik Mauthe
Kai Zumbrägel
Ahmed Amine
Using a virtual environment is recommended. Then install all python packages from the requirements.txt file.
To start the server, navigate to the project directory
cd dawn and run:
python manage.py runserverOpen your web browser and go to http://127.0.0.1:8000/ to view your project.