Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 936 Bytes

File metadata and controls

35 lines (21 loc) · 936 Bytes

Matsecom Subscriber Management System

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.

Developers:

Julius Gummersbach
Jannik Mauthe
Kai Zumbrägel
Ahmed Amine

Setup

Installing Dependencies

Using a virtual environment is recommended. Then install all python packages from the requirements.txt file.

Running the Server

To start the server, navigate to the project directory

cd dawn 

and run:

python manage.py runserver

Open your web browser and go to http://127.0.0.1:8000/ to view your project.