{"id":15723165,"url":"https://github.com/robmarkcole/google-app-engine-flask-example","last_synced_at":"2026-01-07T23:39:39.379Z","repository":{"id":85844129,"uuid":"355760187","full_name":"robmarkcole/google-app-engine-flask-example","owner":"robmarkcole","description":"Working through Building a Python 3 App on App Engine tutorial","archived":false,"fork":false,"pushed_at":"2021-04-12T07:37:53.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T00:07:48.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robmarkcole.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-08T04:12:23.000Z","updated_at":"2021-04-12T07:37:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"b70b8b98-a074-4070-80ee-f3a7d1f62eab","html_url":"https://github.com/robmarkcole/google-app-engine-flask-example","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robmarkcole%2Fgoogle-app-engine-flask-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robmarkcole%2Fgoogle-app-engine-flask-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robmarkcole%2Fgoogle-app-engine-flask-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robmarkcole%2Fgoogle-app-engine-flask-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robmarkcole","download_url":"https://codeload.github.com/robmarkcole/google-app-engine-flask-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246395594,"owners_count":20770243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T22:10:32.086Z","updated_at":"2026-01-07T23:39:39.339Z","avatar_url":"https://github.com/robmarkcole.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# google-app-engine-flask-example\nWorking through [Building a Python 3 App on App Engine tutorial](https://cloud.google.com/appengine/docs/standard/python3/building-app)\n\nTLDR: require an `app.yaml` then `gcloud services enable cloudbuild.googleapis.com` and finally `gcloud app deploy`. To view the app run `gcloud app browse` and to close and delete `gcloud projects delete MY-PROJ-ID`\n\n# docker\nTest app in docker\n```\n# Build\ndocker build -t test-flask-app .\n# Run\ndocker run -p 5000:5000 test-flask-app:latest\n```\n\n## References\n- https://medium.com/@dmahugh_70618/deploying-a-flask-app-to-google-app-engine-faa883b5ffab\n\n## Local dev\nRun locally and dev:\n* `python3 -m venv venv`\n* `source venv/bin/activate`\n* `(venv) $ pip install -r requirements.txt`\n* `(venv) $ python3 app.py`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobmarkcole%2Fgoogle-app-engine-flask-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobmarkcole%2Fgoogle-app-engine-flask-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobmarkcole%2Fgoogle-app-engine-flask-example/lists"}