{"id":19092907,"url":"https://github.com/eon01/flaskrestful-template","last_synced_at":"2026-06-14T01:34:03.054Z","repository":{"id":74328509,"uuid":"93856548","full_name":"eon01/flaskrestful-template","owner":"eon01","description":null,"archived":false,"fork":false,"pushed_at":"2017-06-30T13:52:24.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T07:48:03.850Z","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/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-06-09T12:28:34.000Z","updated_at":"2019-01-31T01:00:08.000Z","dependencies_parsed_at":"2023-02-24T11:00:32.204Z","dependency_job_id":null,"html_url":"https://github.com/eon01/flaskrestful-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eon01/flaskrestful-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fflaskrestful-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fflaskrestful-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fflaskrestful-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fflaskrestful-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eon01","download_url":"https://codeload.github.com/eon01/flaskrestful-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fflaskrestful-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34306772,"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-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2024-11-09T03:22:39.483Z","updated_at":"2026-06-14T01:34:02.841Z","avatar_url":"https://github.com/eon01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Restful Code Template\nA code template to start Flask API REST projects using Flask Restful\n\n\n## Without Docker\n\n```\nvirtualenv -p python3 my_app\ncd my_app\n. bin/activate\ngit clone https://github.com/eon01/flaskrestful-template.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/flaskrestful-template.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%2Fflaskrestful-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feon01%2Fflaskrestful-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feon01%2Fflaskrestful-template/lists"}