A Python sample for Heroku/Cloud Foundry application written in Python using Flask
This application requires the following python modules:
They can be installed by using the following commands
pip install flask
pip install flask-cors
The application can be run locally with the command
python cf-python-sample.py
To push the application, use the following command:
cf push -f manifest
To push the application, use the following command:
git push heroku master