{"id":25808143,"url":"https://github.com/nullstone-io/flask-quickstart","last_synced_at":"2026-04-20T19:33:00.023Z","repository":{"id":107481719,"uuid":"458556641","full_name":"nullstone-io/flask-quickstart","owner":"nullstone-io","description":"Hello world example launched through Nullstone platform running on python flask","archived":false,"fork":false,"pushed_at":"2024-07-19T21:46:44.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T08:58:39.696Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nullstone-io.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":"2022-02-12T15:14:41.000Z","updated_at":"2024-07-19T21:46:47.000Z","dependencies_parsed_at":"2024-07-19T23:08:56.548Z","dependency_job_id":"2cfeea0f-496c-49de-8bb9-83209fcd9204","html_url":"https://github.com/nullstone-io/flask-quickstart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nullstone-io/flask-quickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fflask-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fflask-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fflask-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fflask-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullstone-io","download_url":"https://codeload.github.com/nullstone-io/flask-quickstart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fflask-quickstart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32062467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-02-27T21:59:20.710Z","updated_at":"2026-04-20T19:33:00.008Z","avatar_url":"https://github.com/nullstone-io.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Flask Quickstart\n\nThis is a Python Flask Quickstart for [Nullstone](https://nullstone.io).\nThis is based on the Flask official [quickstart guide](https://flask.palletsprojects.com/en/2.1.x/quickstart/).\n\nThis uses the Nullstone official [nullstone/flask](https://hub.docker.com/repository/docker/nullstone/flask) image.\n\n## How to launch via Nullstone\n\n1. Create a public web app. (Remember `app-name` for later)\n2. Add the `SECRET_KEY for Flask Cookies` capability to the app.\n3. Provision\n  ```shell\n  nullstone up --wait --block=\u003capp-name\u003e --env=\u003cenv-name\u003e\n  ```\n4. Build, push, and deploy\n  ```shell\n  docker build -t flask-app .\n  nullstone launch --source=flask-app --app=\u003capp-name\u003e --env=\u003cenv-name\u003e\n  ```\n\n## How to run locally\n\nYou can run this project locally inside Docker or using elixir alone.\nTo use docker, this project contains `docker-compose.yml` that runs with `MIX_ENV=dev`.\nThis setup ensures that using Docker doesn't inhibit typical development workflows:\n- Hot reload is configured so that changes to the app doesn't require a reboot\n- Dependencies are installed on boot of docker container\n- `FLASK_DEBUG` is set to enable the debugger.\n\n```shell\ndocker compose up\n```\n\nVisit [http://localhost:9000](http://localhost:9000).\n\n### Hot reload\n\nThe `app` in `docker-compose.yml` is configured to run flask in debug mode.\nYou do not need to rebuild/restart the flask app when making changes to code.\n\n### Update dependencies\n\nAny time you change `requirements.txt`, you need to update your dependencies.\nThe dependencies will be installed on boot of the docker container; restart the container to update.\n\n```shell\ndocker compose restart app\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullstone-io%2Fflask-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullstone-io%2Fflask-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullstone-io%2Fflask-quickstart/lists"}