Deploying simple webapp on Google App Engine

Veröffentlicht am: 06 Mai 2022
auf dem Kanal: Astounding.Enterprises
325
2

Deploy a simple application on Google cloud app engine
YouTube: Please subscribe to our YouTube Channel at: https://lnkd.in/g6G4FUt

Steps

1. You need a google project. Enable Cloud Build API with App engine initialized.
2. Prepare a code for the login page.
 You have to create app.yaml in order to push it to google cloud. Else application will fail if deploying to the google cloud. Locally it will not matter.
 HTML code is used for login, signup, and profile and other htmls
 SQL lite is used for storing usernames and passwords for sign up data.
 Appropriate .py files import packages for sql, flask etc.
 Requirements.txt lists the dependencies such as flask, flask login etc. packages, pandas
3. Prepare your environment on a local system
 Activate the isolated python environment on your local machine
 Navigate to you’re the directory where code is placed and run below command

python -m venv env .\env\Scripts\activate
pip install -r .\requirements.txt
python main.py

 Run the code using http://localhost:port

4. Now deploy the code on google cloud app engine
gcloud app deploy
gcloud app browse

You can view your application hosted on GAE.
Practice in your lab or in some playground environment from any learning portal.
Good Luck!!

Happy Learning...Enjoy the Video


Auf dieser Seite können Sie das Online-Video Deploying simple webapp on Google App Engine mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Astounding.Enterprises 06 Mai 2022 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 325 Mal angesehen und es wurde von 2 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!