/webapp-basic

building webapp using python & google cloud sdk(google app engine,...)

Primary LanguagePython

webapp-basic

building webapp using python & google cloud sdk(google app engine,...)

Running the local development server using google app engine :

  1. create configuration file like app.yaml
  2. "dev_appserver.py ." : in the location where ".yaml" file has command "dev_appserver.py .". "." means searching for ".yaml" file in the current directory.