Flower Genie is a survey tool used to help customers decide on a certain floral arrangement or flowers at a local flower shop based on their answers to a short survey.
- Create python env
- execute this in terminal:
pip install flask flask_sqlalchemy pymysql pyyaml - Make sure you are in the flower_genie directory
- execute this in terminal:
export FLASK_APP=app - next execute:
export FLASK_DEBUG=1 - Go to GCP instance and go to "Connections". In connections add your IP address to authorized networks. (Search "whats my IP address" on google)
- Finally run
flask runto deploy the site locally