Skip to content

Commit fb7329c

Browse files
committed
add structure
1 parent efa2431 commit fb7329c

18 files changed

Lines changed: 69 additions & 35 deletions

backend/Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: uvicorn main:app --host 0.0.0.0 --port $PORT
1+
web: uvicorn src.main:app --host 0.0.0.0 --port $PORT
141 Bytes
Binary file not shown.

backend/main.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

backend/pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ dev = [
1818
"pytest (>=9.0.3,<10.0.0)"
1919
]
2020

21-
2221
[build-system]
2322
requires = ["poetry-core>=2.0.0,<3.0.0"]
2423
build-backend = "poetry.core.masonry.api"
2524

2625
[tool.poetry]
27-
package-mode=false
26+
package-mode=false
27+
28+
[tool.fastapi]
29+
entrypoint = "src.main:app"

backend/src/__init__.py

Whitespace-only changes.
166 Bytes
Binary file not shown.
532 Bytes
Binary file not shown.
1.16 KB
Binary file not shown.
266 Bytes
Binary file not shown.

backend/src/api/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)