{"id":19092906,"url":"https://github.com/eon01/flasklate","last_synced_at":"2026-06-18T03:33:41.457Z","repository":{"id":74328514,"uuid":"83368214","full_name":"eon01/flasklate","owner":"eon01","description":"A Bootstrap Template To Start Flask Projects (Python3)","archived":false,"fork":false,"pushed_at":"2017-06-07T09:20:26.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T07:48:02.799Z","etag":null,"topics":["flask","python","python-3"],"latest_commit_sha":null,"homepage":"","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/eon01.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":"2017-02-27T23:36:09.000Z","updated_at":"2019-01-31T01:00:14.000Z","dependencies_parsed_at":"2023-07-07T17:00:59.893Z","dependency_job_id":null,"html_url":"https://github.com/eon01/flasklate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eon01/flasklate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fflasklate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fflasklate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fflasklate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fflasklate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eon01","download_url":"https://codeload.github.com/eon01/flasklate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fflasklate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34475375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["flask","python","python-3"],"created_at":"2024-11-09T03:22:39.385Z","updated_at":"2026-06-18T03:33:41.437Z","avatar_url":"https://github.com/eon01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flasklate\nA code template to start Flask projects\n\n\n## Without Docker\n\n```\nvirtualenv -p python3 my_app\ncd my_app\n. bin/activate\ngit clone https://github.com/eon01/flasklate.git app\ncd app\npip install -r requirements.txt\nexport FLASK_APP=app.py\nflask run\n```\n\n\n## With Docker\n\n```\ngit clone https://github.com/eon01/flasklate.git app\ncd app\ndocker build -t my_app . \ndocker run -it --name my_app -p 80:5000 my_app\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feon01%2Fflasklate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feon01%2Fflasklate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feon01%2Fflasklate/lists"}