Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 171 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 171 Bytes

flask-hello-world

Hello World Flask

  • virtualenv env
  • source env/bin/activate
  • pip install -r requirements.txt

below will run on port 5000

  • python hello_world.py