feat: implement MVP

This commit is contained in:
2025-01-25 17:15:34 +01:00
parent c2457fd867
commit 6e2477f430
3 changed files with 148 additions and 17 deletions

View File

@@ -47,4 +47,4 @@ def submit_chemistry(chemistry: Chemistry):
app.mount("/", StaticFiles(directory="dist", html=True), name="site")
# if __name__ == "__main__":
# uvicorn.run("main:app", workers=1, port=8096)
# uvicorn.run("main:app", workers=1, port=8000, host="0.0.0.0")