Add basic backend logic and frontend templates/css

This commit is contained in:
Joey Yakimowich-Payne 2022-09-18 14:47:07 -06:00
commit 8864bacd1e
8 changed files with 324 additions and 22 deletions

2
run.sh
View file

@ -1 +1 @@
uvicorn main:app --host 0.0.0.0 --port 8080
uvicorn app.main:app --host 0.0.0.0 --port 8080