We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace4c6e commit 8ca0cb3Copy full SHA for 8ca0cb3
Backend/run-local.sh
@@ -0,0 +1,4 @@
1
+pip install -r requirements.txt
2
+
3
+uvicorn app:app --host "0.0.0.0" --port 80 --forwarded-allow-ips "*" --proxy-headers
4
0 commit comments