janniklth / ProbandApp

Database project to manage probands and medication for database lecture
0 stars 0 forks source link
flask python sql sqlalchemy

Proband App

This is a database and python project for the database course of the DHBW Stuttgart. It is a simple application to manage probands and their data such as names, birthdates, addresses and medical data.

Documentation

Under the following link you can find the documentation of the project: Documentation

Features

Technologies

Installation with Docker

Preconditions: You need to have Docker installed and running on your machine.

  1. Clone the repository
  2. Run the following command in the root directory of the project:
    docker-compose up
  3. Open the browser and go to http://127.0.0.1:8080

Info: The startup can take a few minutes because of the installation and mail validation. You can't see the prints until everything run successfully.

Contributors

Jannik Loth (Matrikelnr. 3584453)

Annika Jung (Matrikelnr. 5717275)