feat: initial setup, frontend, backend, postgresql
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
|
||||
@app.get("/")
|
||||
async def read_root():
|
||||
return {"hello": "world"}
|
||||
Reference in New Issue
Block a user