Skip to content

Cloud Centric Web Application running on the Google Cloud Platform for my L6 Advanced Development Unit. Achieving a First Grade (77%).

Notifications You must be signed in to change notification settings

AJVEATS/Game-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Development Unit Coursework 2022 - Alexander Veats s52054859

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/

Application Commands

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)