Code a simple app In Flask
How To code a simple Flask Application
Last updated
Was this helpful?
How To code a simple Flask Application
Last updated
Was this helpful?
This page explains how to code a simple application.
Basic programming knowledge in Python
Basic Flask knowledge
Comfortable using a terminal
Before using Flask, we need to install it. Open a terminal and type:
Create a new file hello.py with the following content:
Once the file is saved, let's start the app:
By visiting the app in the browser we should see "Hello from Flask" message.
More provided by AppSeed
More - a curated index provided by AppSeed