We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d36164 commit 1cc0275Copy full SHA for 1cc0275
requirements.txt
@@ -4,4 +4,5 @@ uvicorn==0.35.0
4
pymongo==4.14.0
5
yfinance==0.2.65
6
pandas==2.3.1
7
-google-genai==1.31.0
+google-genai==1.31.0
8
+gunicorn==23.0.0
test_endpoints.sh
@@ -4,6 +4,7 @@
# Make sure your backend server is running on localhost:8000
BASE_URL="http://localhost:8000"
+#BASE_URL="https://market-map-backend-hcezehhmakf8exca.canadacentral-01.azurewebsites.net/"
echo "Testing MarketMap API endpoints..."
9
echo "Base URL: $BASE_URL"
10
echo "==========================================="
0 commit comments