/flask-hello-world

Simple Hello World Flask Application

Primary LanguagePython

Required Installations

sudo easy_install pip
sudo pip install flask

Running the app

python hello_world.py

Testing the app

curl localhost:5000