init CRUD

This commit is contained in:
Awen Lelu
2025-12-18 17:16:26 +01:00
parent 61433bca35
commit d7bea8e188
30 changed files with 1251 additions and 0 deletions

10
back/pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "back"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.125.0",
"pymongo>=4.15.5",
]