Difference between revisions of "Creating a Flask Web App"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Simple Method)
(Simple Method)
Line 4: Line 4:
 
==Simple Method==
 
==Simple Method==
 
You will need to create a new folder for your web app:
 
You will need to create a new folder for your web app:
 +
 +
[[File:Webapp1.png]]
  
 
Download this [https://studentthomrothac-my.sharepoint.com/:u:/g/personal/wayne_jones_thomroth_ac_uk/EQ8i32igVu5GmMqEm8g_o3YBJ7IL3Hd0oteHBbq4MW_i7Q?e=1cVU7T zip file] and extract all of the contents to your new folder:
 
Download this [https://studentthomrothac-my.sharepoint.com/:u:/g/personal/wayne_jones_thomroth_ac_uk/EQ8i32igVu5GmMqEm8g_o3YBJ7IL3Hd0oteHBbq4MW_i7Q?e=1cVU7T zip file] and extract all of the contents to your new folder:
  
 
[[File:Webapp.png]]
 
[[File:Webapp.png]]

Revision as of 13:27, 9 April 2019

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