(feat) initial working state

This commit is contained in:
Nicolas Sebastian Schuler
2025-07-16 08:53:14 +02:00
parent 50ab98bb78
commit 128a3b8809
6 changed files with 740 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "challenge-cloud-accelerator"
version = "0.1.0"
description = "Simple Coding Challenge Cloud Accelerator Programm for StackIT"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi[standard]>=0.116.1",
]