Original title: How to deploy Python+HTML using AWS EC2 and GitBash [closed]
I have currently been working on projects developed using Microsoft Visual Studio 2022, using Python and HTML code as a web-app. However, when I deployed to EC2, only my HTML files are working, the backend logics of Python are not working at all. In my expectation, that should be a comprehensive and working web application, that can help run my program online.