Deploying simple webapp on Google App Engine

Pubblicato il: 06 maggio 2022
sul canale di: 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


In questa pagina del sito puoi guardare il video online Deploying simple webapp on Google App Engine della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Astounding.Enterprises 06 maggio 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 325 volte e gli è piaciuto 2 spettatori. Buona visione!