Skip to content

A simple flask app that collects user name, and navigates through pages.

Notifications You must be signed in to change notification settings

alex-504/flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running app:

  • Create the environment:
    $ mkdir myproject
    $ cd myproject
    $ python3 -m venv .venv
    
  • Activate the Environment:
  $ . .venv/bin/activate
  • Install Flask in the Environment:
  $ pip install Flask
  • Run the app:
  $ flask --app hello run
  * Serving Flask app 'hello'
  * Running on http://127.0.0.1:5000 (Press CTRL+C to quit)

About

A simple flask app that collects user name, and navigates through pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published