Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 497 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 497 Bytes

Python Hello World Sample

This application demonstrates a simple, reusable Python web application.

Deploy to Bluemix

Run the app locally

  1. Install Python
  • cd into this project's root directory
  • Run python server.py
  • Access the running app in a browser at http://localhost:8000