https://ad-gamezone.ew.r.appspot.com (Not optimised for mobile!...yet)
Create a local virtual environment with flask installed.
Copy contents of git folder inside virtual enviroment.
pip3 install -r requirements.txt
- set FLASK_APP=main.py
- set FLASK_DEBUG=1 (Devlopment Only)
- flask run
- ctrl-c (Shut down local server)
Important - Don't forget: os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = (r"Path to Credentials file on YOUR machine")
- run command "test.py" in terminal