feat: initial setup, frontend, backend, postgresql

This commit is contained in:
2025-05-30 17:47:50 -04:00
parent 970c83d62b
commit 3ee136d52d
35 changed files with 6612 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi[standard]>=0.115.12",
"psycopg2-binary>=2.9.10",
"sqlalchemy>=2.0.41",
"uvicorn[standard]>=0.34.2",
]