Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

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

Notifications You must be signed in to change notification settings

Cambrium-bio/my_first_flask_app

 
 

Repository files navigation

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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.5%
  • Python 19.0%
  • HTML 10.5%