get-started-python
get-started-python copied to clipboard
A Python application and tutorial that use Flask framework to provide a REST API to receive requests from the UI. The API then persists the data to a Cloudant database.
#### Description: * added reference to the **cf CLI** installation guide
These changes add support for the application to connect to MongoDB instances hosted on IBM Cloud. The application determines whether to use Cloudant or MongoDB at runtime based on the...
Hi, everyone! Just tried to follow the instructions from README. Using Cloud Foundry CLI under Linux. This was the result. Does it still need some additional steps IBM Cloud configuration,...
https://github.com/IBM-Cloud/get-started-python/blob/master/hello.py Waiting for app to start... Start unsuccessful TIP: use 'cf.exe logs myapp --recent' for more information FAILED ibmcloud cf logs myapp --recent 2021-01-12T06:02:32.28-0600 [CELL/0] OUT Starting health monitoring of...
Hi I encounter the following error when run python3 hello.py return jsonify(list(map(lambda doc: doc['name'], db))) RuntimeError: generator raised StopIteration How can I work arround this ? Thank you for your...
Hello, feedback from an external user. the readme states to use cf commands, whereas ibmcloud cli should be used. A faster path to successful deployment could be: 1 - go...
Been trying to get this working for a Partner who is using it to then work with the app. We are both getting the error in the title after trying...