Skip to main content

Posts

Showing posts from 2020

IBM Cloud | Deploy Python/Flask App to Cloud Foundry in 5 min

IBM Cloud , Deploy Python/Flask App to Cloud Foundry in 5 min. We'll guide you to deploy Flask ecommerce app on IBM Cloud Foundry and take you ahead of simple deployment of "Hello World " kind of app Moreover we'll connect this app to IBM Cloudant database and IBM object storage Cloud Foundry is open source platform which ensures that develop and deploy aspects of your app remain coordinated. IBM Cloud Foundry gives us out of box solution for deployment of small web apps. Getting Ready Any web out there requires a web hosting, database connection for its static assets and object storage for holding its images. At the end of this tutorial you'll able to develop functional E-commerce Flask app(Python web frame) with connection of Cloudant database and Object storage. In this tutorial we'll guide you from development of you flask app locally or clone it from repo , then run app and modify according to your need, once satisfy with your modification and ready