Project for COMP 380 - A website that shows the user the COVID precautions and current busyness of a grocery store / market that they search for, as well as a list of recommended alternatives.
Install & Initialize the Cloud SDK
TERMINAL / COMMAND
Login to Google Account:
gcloud auth application-default login
In a path OUTSIDE of your project directory, copy and paste:
python3 -m venv env
source env/bin/activate
Navigate to your project directory (change YOUR_PATH to your file directory):
cd YOUR_PATH
Install dependencies:
pip install -r requirements.txt
Run the App:
python main.py
BROWSER
Open the website: http://localhost:8080
TERMINAL / COMMAND
Navigate to your project directory (change YOUR_PATH to your file directory):
cd YOUR_PATH
Install dependencies:
pip install -r requirements.txt
Login to Google Account:
gcloud auth application-default login
Send to App Engine:
gcloud app deploy
Run the App:
gcloud app browse