-
- Downloads
add: change API call from Open data to Flask server
parent
d11c58f5
No related branches found
No related tags found
Showing
- package-lock.json 14 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- server/app.py 17 additions, 8 deletionsserver/app.py
- src/components/Formulaire.tsx 4 additions, 1 deletionsrc/components/Formulaire.tsx
... | ... | @@ -11,6 +11,7 @@ |
}, | ||
"dependencies": { | ||
"@tanstack/react-query": "^5.17.12", | ||
"@types/node": "^20.11.3", | ||
"bootstrap": "^5.3.2", | ||
"react": "^18.2.0", | ||
"react-bootstrap": "^2.9.2", | ||
... | ... |
flask | ||
pytest | ||
requests | ||
flask-cors | ||
\ No newline at end of file |
Please register or sign in to comment