Après avoir créé un virtual env, installez les dépendances via le requirements.txt
pip install -r requirements.txt
Ajouter dans les variables d'environnement :
Clé de l'API google pour la carte en JavaScript
GOOGLE_API_MAP_KEY=SECRET_KEY
Clé de l'API google pour la partie recherche
GOOGLE_API_PLACE_KEY=SECRET_KEY
python run.py
* Serving Flask app "botapp.views" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on
* Restarting with stat
* Debugger is active!
* Debugger PIN: 306-212-104
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
python -m pytest