diff --git a/start_server.sh b/start_server.sh new file mode 100644 index 0000000..4cd9a29 --- /dev/null +++ b/start_server.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Change to the directory where the script is located +cd "$(dirname "$0")" + +# Start the Flask server +python3 main.py