{"id":29123628,"url":"https://github.com/cheesecake87/flask-example-single-module","last_synced_at":"2026-04-28T13:34:03.557Z","repository":{"id":111239279,"uuid":"578972523","full_name":"CheeseCake87/Flask-Example-Single-Module","owner":"CheeseCake87","description":"A repo that contains a working example of Flask setup on a single module.","archived":false,"fork":false,"pushed_at":"2024-11-28T15:16:37.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-24T00:06:04.541Z","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-16T10:39:02.000Z","updated_at":"2025-06-20T07:08:43.000Z","dependencies_parsed_at":"2025-06-24T00:16:33.554Z","dependency_job_id":null,"html_url":"https://github.com/CheeseCake87/Flask-Example-Single-Module","commit_stats":null,"previous_names":["cheesecake87/flask-example-single-module"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/CheeseCake87/Flask-Example-Single-Module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseCake87%2FFlask-Example-Single-Module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseCake87%2FFlask-Example-Single-Module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseCake87%2FFlask-Example-Single-Module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseCake87%2FFlask-Example-Single-Module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CheeseCake87","download_url":"https://codeload.github.com/CheeseCake87/Flask-Example-Single-Module/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseCake87%2FFlask-Example-Single-Module/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:06.452Z","updated_at":"2026-04-28T13:33:58.511Z","avatar_url":"https://github.com/CheeseCake87.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FAS-1-Single-Module\n\n(FAS, Flask App Structure)\n\nContains a working example of a Flask App setup in a single module.\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-1-Single-Module\n\n# Windows\ncd C:\\path\\to\\FAS-1-Single-Module\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 app.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\n```\n\nor\n\n```bash\npython app.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheesecake87%2Fflask-example-single-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheesecake87%2Fflask-example-single-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheesecake87%2Fflask-example-single-module/lists"}