Add backend dir and base files, upd gitignore

This commit is contained in:
d3m0k1d
2025-11-21 22:20:37 +03:00
parent e0c206cfc5
commit 790d530263
4 changed files with 299 additions and 1 deletions

11
backend/pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.121.3",
"sqlalchemy>=2.0.44",
"uvicorn>=0.38.0",
]