Steps to configure Google App Engine:
mkdir "app_name"
cd "app_name"
gedit "app_name".py
gedit app.yaml
app.yaml contents:
application: "name_of_app_gsa"
version: 1
runtime: python
api_version: 1
handlers:
- url: /.*
script: helloworld.py
Configure:
python dev_appserver.py "app_name"
Uploading:
sudo appcfg.py [email protected] update "app_name"/
#python
About Hemanth HM
Hemanth HM is a Sr. Machine Learning Manager at PayPal, Google Developer Expert, TC39 delegate, FOSS advocate, and community leader with a passion for programming, AI, and open-source contributions.