A collection of applications used for testing the Python buildpack
Name | Description |
---|---|
flask-application |
An application using Flask microframework |
All applications support the following REST operations:
URI | Description |
---|---|
GET / |
The health of the application |
Before building the project, the following tools must be installed:
To build the project, navigate to the app directory and run the following:
pip install -r requirements.txt
Each test application contains a manifest.yml
file which allows the built application to be deployed to Cloud Foundry by simply issuing:
cf push