Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/janniklth/probandapp
- Owner: janniklth
- Created: 2024-03-16T18:48:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T13:29:20.000Z (8 months ago)
- Last Synced: 2024-10-29T10:11:27.442Z (about 2 months ago)
- Topics: flask, python, sql, sqlalchemy
- Language: Python
- Homepage:
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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:8080Info: 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)