Manage an agenda, with timeslot and volunteer with FastAPI
Find a file
2026-04-29 15:15:53 +02:00
test Initial testing 2026-04-29 15:15:53 +02:00
.gitignore Do not git db file 2026-04-03 21:10:15 +02:00
.python-version Initial commit 2026-04-01 10:22:11 +02:00
database.py Added possibility to set a name to slot 2026-04-10 18:19:27 +02:00
main.py Fix return value as a list 2026-04-29 15:15:24 +02:00
models.py Added possibility to set a name to slot 2026-04-10 18:19:27 +02:00
pyproject.toml Using SQLAlchemy for managing DB 2026-04-03 21:17:07 +02:00
README.md Initial commit 2026-04-01 10:22:11 +02:00
uv.lock Using SQLAlchemy for managing DB 2026-04-03 21:17:07 +02:00