Python Forum
Quick Help - Deploy Flask App on Google Cloud - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Quick Help - Deploy Flask App on Google Cloud (/thread-30811.html)



Quick Help - Deploy Flask App on Google Cloud - Madoo - Nov-07-2020

I have already developed a flask website using mongodb in my windows 10 pc. And it's running well using http://127.0.0.1:5000. This app mainly using scrapy, selenium chrome driver, mongoengine. Now I need to deploy app on $300 free google cloud. What is the easiest way to do that and basic steps?