(20241122) Project created.

This commit is contained in:
2024-11-22 12:49:21 +05:30
commit b3703e90db
14 changed files with 299 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# Use this to run the microservice without any docker setup.
source .venv/bin/activate
python3 "$(pwd)/api/main.py" --host "127.0.0.1" --port 5205 --workers 4 --script-id "kps_tcaoff_mUPO2QB8" &
deactivate
# All done:
echo "Done!"
exit 0