Creating a Flask Web App

From TRCCompSci - AQA Computer Science
Revision as of 13:27, 9 April 2019 by Admin (talk | contribs) (Simple Method)
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:

Webapp1.png

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

Webapp.png