gywright / my_first_flask_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my_first_flask_app

Simple flask app with web UI. Takes text input. When button clicked it displays the text that was input.

To run the app:

  • download al the files and keep the same folder structure.
  • in your terminal, go to the folder that contains these files
  • run export FLASK_APP=my_first_flask.py
  • run flask run
  • copy the URL that is printed in the terminal, and paste it into a browser

Screen Recording GIF of Flask App

About


Languages

Language:CSS 70.5%Language:Python 19.1%Language:HTML 10.4%