{"id":18052636,"url":"https://github.com/cham11ng/flask-api-starter","last_synced_at":"2026-05-02T06:43:55.153Z","repository":{"id":86028004,"uuid":"135107829","full_name":"cham11ng/flask-api-starter","owner":"cham11ng","description":"Starter for Flask API (Python) 🐍","archived":false,"fork":false,"pushed_at":"2025-01-26T03:31:30.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T07:27:04.898Z","etag":null,"topics":["flask","makefile","pytest","python"],"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/cham11ng.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-28T04:02:31.000Z","updated_at":"2025-01-26T03:31:30.000Z","dependencies_parsed_at":"2024-07-11T04:41:41.847Z","dependency_job_id":"ce0e3b76-9bde-4391-9cad-09f1047f2a65","html_url":"https://github.com/cham11ng/flask-api-starter","commit_stats":null,"previous_names":["cham11ng/flask-api-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/cham11ng/flask-api-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cham11ng%2Fflask-api-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cham11ng%2Fflask-api-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cham11ng%2Fflask-api-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cham11ng%2Fflask-api-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cham11ng","download_url":"https://codeload.github.com/cham11ng/flask-api-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cham11ng%2Fflask-api-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32525896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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","makefile","pytest","python"],"created_at":"2024-10-30T23:12:32.803Z","updated_at":"2026-05-02T06:43:55.128Z","avatar_url":"https://github.com/cham11ng.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flask-api-starter\n\nThis is a Flask API starter serves as a foundation for building new software applications, provides basic structure and functionality to help developer to get started quickly.\n\n## Getting Started\n\n```bash\ncp .env.example .env\n```\n\n```bash\npython -c 'import os; print(os.urandom(8))'\n# Update SECRET_KEY= in .env file\n```\n\n```bash\npip install -r requirements.txt\n```\n\n```bash\n$ make\nclean                Remove Python file artifacts.\nmvenv                Create virtual environment.\ninstall              Install dependencies.\nupgrade              Upgrade dependencies.\nlint                 Lint project.\npretty               Prettify project.\nrun                  Run application.\ndebug                Debug application.\ntest                 Run tests.\n```\n\n```bash\n$ make run\n* Serving Flask app 'src/app'\n * Debug mode: off\nWARNING: This is a development server. Do not use it in a production deployment.\nUse a production WSGI server instead.\n * Running on http://127.0.0.1:5000\nPress CTRL+C to quit\n```\n\n```bash\ncurl -X GET localhost:5000\n\ncurl -X POST -H \"Content-Type: application/json\" \\\n  -d '{\"hello\": \"request\"}' localhost:5000/health\n```\n\n## Happy Coding\n\n\u003e @cham11ng\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcham11ng%2Fflask-api-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcham11ng%2Fflask-api-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcham11ng%2Fflask-api-starter/lists"}