Deployment of Python Web App With Flask To SAP Cloud Platform (BTP) - Cloud Foundry. For Beginners.

Опубликовано: 14 Октябрь 2024
на канале: Nobody's Hero
4,185
44

This video shows you how to deploy Python Web Application With Flask to SAP Cloud Platform (BTP) - Cloud Foundry environment (PaaS: Platform as a Service) by "cf push" command.

Python web application used in this video is using Flask and Jinja2 template engine. Because it is simple and basic application, it would be a good reference for beginners who are wanting to learn Python, Flask and Jinja.

The repository of the python web application used in this video is uploaded to my github (https://github.com/nobodyhero/PythonH..., so please check it, if you are interested.

As a prerequisite to deploy the application, you must have SCP Cloud Foundry environment that you can use freely.
If you don't have it, please create the free trial account with referring to my other video (   • Let's start SAP Cloud Platform (BTP) ...  ).

If you are interested in the deployment of Node.js application to Cloud Foundry, please check this video (   • Deploying Node.js Application To SAP ...  ).