Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
/ COVID-Shopper Public archive

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.

License

Notifications You must be signed in to change notification settings

Cryliss/COVID-Shopper

Repository files navigation

COVID-Shopper

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.

LOCAL HOSTING

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

DEPLOYING UPDATES TO FIREBASE APP ENGINE

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published