Commit Graph

7 Commits

Author SHA1 Message Date
Tobias Quadfasel
fb65fc202b feat(add-data): Update pyproject.toml and poetry.lock files 2024-08-31 13:55:18 +02:00
c31a57f537 feat/base-app: Merge into main (#2) 2024-08-29 15:43:34 +00:00
Tobias Quadfasel
5a5f41246d feat(base-app): Add docker setup
Adding a dockerfile as well as an `entrypoint.sh` file for deployment
using `gunicorn`.
2024-08-29 17:35:14 +02:00
Tobias Quadfasel
25aeb62951 feat(base-app): Add gunicorn to dependencies 2024-08-29 17:34:04 +02:00
Tobias Quadfasel
065c831cde feat(base-app): Add base dash app file
This commit adds a file that contains a standard 'Hello World'
example of a plotly dash app.
2024-08-29 16:28:21 +02:00
b307b8327a feat(project_setup): Initialize project (#1)
Setting up python project files using poetry. A basic environment
is installed including dash for the app that will be implemented
later.

Also contains several dev tools, including pre-commit hooks.

Co-authored-by: Tobias Quadfasel <tobias.loesche@studium.uni-hamburg.de>
Reviewed-on: #1
2024-08-29 14:08:09 +00:00
9377c07044 docs: Add README.md
This is the initial commit containing a rudimentary one-liner as README file.
2024-08-23 22:53:05 +00:00