Creating a Flask Web App

From TRCCompSci - AQA Computer Science
Revision as of 13:22, 9 April 2019 by Admin (talk | contribs) (Created page with "Flask can be used to create a Web App, which can run from a server. You can obviously run this locally and use it as if it was fully live, this will allow you to develop the w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Flask can be used to create a Web App, which can run from a server. You can obviously run this locally and use it as if it was fully live, this will allow you to develop the web app.

Setup

Simple Method

You will need to create a new folder for your web app:

Download this zip file and extract all of the contents to your new folder: