Prepare the App
Page last updated:
Page last updated:
In this step, you will prepare a simple application that can be deployed. Execute the following commands to clone the sample application:
$ git clone https://github.com/swisscom/cf-sample-app-python.git $ cd cf-sample-app-python
You now have a functioning git repository that contains a simple Flask application as well as a requirements.txt
file, which is used by Python’s dependency manager pip.