{"id":29123636,"url":"https://github.com/cheesecake87/flask-example-application-factory","last_synced_at":"2025-10-10T06:02:22.978Z","repository":{"id":151284979,"uuid":"580477348","full_name":"CheeseCake87/Flask-Example-Application-Factory","owner":"CheeseCake87","description":"A repo that contains a working example of Flask using the Application Factory pattern.","archived":false,"fork":false,"pushed_at":"2025-06-20T07:35:36.000Z","size":79,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-28T03:16:20.308Z","etag":null,"topics":["flask","guides","python","ready-to-use","snippets","tutorials"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CheeseCake87.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,"zenodo":null}},"created_at":"2022-12-20T16:54:48.000Z","updated_at":"2025-06-20T07:35:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d1876ef-2d5f-435e-a1c2-b486bc09f39d","html_url":"https://github.com/CheeseCake87/Flask-Example-Application-Factory","commit_stats":null,"previous_names":["cheesecake87/flask-example-application-factory"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/CheeseCake87/Flask-Example-Application-Factory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseCake87%2FFlask-Example-Application-Factory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseCake87%2FFlask-Example-Application-Factory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseCake87%2FFlask-Example-Application-Factory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseCake87%2FFlask-Example-Application-Factory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CheeseCake87","download_url":"https://codeload.github.com/CheeseCake87/Flask-Example-Application-Factory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseCake87%2FFlask-Example-Application-Factory/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262651657,"owners_count":23343138,"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":["flask","guides","python","ready-to-use","snippets","tutorials"],"created_at":"2025-06-29T19:09:15.019Z","updated_at":"2025-10-10T06:02:17.935Z","avatar_url":"https://github.com/CheeseCake87.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask-Example-Application-Factory\n\nContains a working example of a package Flask App\n\n### Setup\n\n(This assumes you have Python installed)\n\n1. Download or Clone this repository.\n2. Open terminal (Linux) / powershell (Windows) and cd to the directory of the project.\n\n```text\n# Linux\ncd /path/to/FAS-3-Application-Factory\n\n# Windows\ncd C:\\path\\to\\FAS-3-Application-Factory\n```\n\n---\n\n### Linux\n\n**Create a virtual environment and activate it.**\n\n```bash\npython3 -m venv venv\n```\n\n```bash\nsource venv/bin/activate\n```\n\n**Install the requirements.**\n\n```bash\npip install -r requirements.txt\n```\n\n**run**\n\n```bash\nflask run\n```\n\nor\n\n```bash\npython3 run.py\n```\n\n---\n\n### Windows\n\n**Create a virtual environment and activate it.**\n\n```bash\npython -m venv venv\n```\n\n```bash\n.\\venv\\Scripts\\activate\n```\n\n**Install the requirements.**\n\n```bash\npip install -r requirements.txt\n```\n\n**run**\n\n```bash\nflask run --debug\n```\n\nor\n\n```bash\npython run.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheesecake87%2Fflask-example-application-factory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheesecake87%2Fflask-example-application-factory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheesecake87%2Fflask-example-application-factory/lists"}