Initial commit

Created from https://vercel.com/new
This commit is contained in:
HoseinA05
2025-12-23 08:49:57 +00:00
commit 233526754b
6 changed files with 420 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[project]
name = "vercel-fastapi-starter"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.121.0",
"uvicorn>=0.34.0",
]