Add basic backend logic and frontend templates/css
This commit is contained in:
parent
03fd03af5f
commit
8864bacd1e
8 changed files with 324 additions and 22 deletions
2
run.sh
2
run.sh
|
|
@ -1 +1 @@
|
|||
uvicorn main:app --host 0.0.0.0 --port 8080
|
||||
uvicorn app.main:app --host 0.0.0.0 --port 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue