Skip to content

MyAwesomeNote/flask-contact-us

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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