Skip to content

qaware/qaware-2024-code-night-schloss

Repository files navigation

2024 Code Night @ Schloss Gymnasium Mainz

This repository is supposed to contain code for the Code Night at the "Gymnasium am Kurfürstlichen Schloss Mainz". For this, a task for a two component microservice was designed, reproducing a simplified version of a warehouse system, composed of a central server instance, which provides for a management of incoming and outgoing packages as well as a client instance, which retrieves data from the server and displays it to a client of the warehouse company. For more information concerning the task, check out the specifications.

Installation

0.) Optionally create a virtual environment for your python packages of this project:

python3 -m venv venv
source venv/bin/activate

1.) Install all dependencies:

python3 -m pip install -r requirements.txt

2.) Start the uvicorn backend:

uvicorn sendungsdatenverwaltung:app --reload

The reload command is used to be able to update the code and start the application automatically.

Usage

After the installation the API can be called via curl or the browser to serve the user with data or as data storage.

Maintainer

R. Kalleicher, robin.kalleicher@qaware.de
C. Thelen, christoph.thelen@qaware.de

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages