Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janniklth/probandapp

Database project to manage probands and medication for database lecture
https://github.com/janniklth/probandapp

flask python sql sqlalchemy

Last synced: 11 days ago
JSON representation

Database project to manage probands and medication for database lecture

Awesome Lists containing this project

README

        

# 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](docu/documentation.md)

## Features
- add, edit and delete probands
- view all probands
- search for probands by all attributes
- get a report of all probands

## Technologies
- Python
- Flask
- SQLAlchemy
- MYSQL

## 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:
```bash
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)