Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 321 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 321 Bytes

The Example Of Minimal Flask App

The simplest possible Flask app.

Getting Started

flask run

Features

  • Hello to user or anon
  • Contact Us

Routes

  • / - Hello to Anon
  • /<name> - Hello to <name>
  • /contact - Contact Us
  • /contact_complete - Sent a contacting form to redirect here