Coursework for the Advanced Development third year unit.
A cloud-centric app using Google app engine and Flask Python Framework.
Access the app here: https://game-store-ad.ew.r.appspot.com/
To run locally for development use these commands:
- set FLASK_APP=main.py
- set FLASK_DEBUG=1 (for development only)
- flask run
- Ctrl + c (to close down server)