Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 825 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 825 Bytes

flask_example

This project is the simple demonstration of using flash to design web application

Steps:

  1. Import this project in your Visual studio code

  2. Execute 'pip3 install flask' to install flash in your vs code development enviornment

  3. Execute app.py

    image

  4. Output terminal will show below (server started on http://127.0.0.1:5000):

    image

  5. From web browser, connect http://127.0.0.1:5000

    image

  6. Now, try http://127.0.0.1:5000/form

    image