{"id":17352799,"url":"https://github.com/sumukh/create-flask-api","last_synced_at":"2025-04-14T21:24:58.334Z","repository":{"id":49592028,"uuid":"249644544","full_name":"Sumukh/create-flask-api","owner":"Sumukh","description":"Create maintainable Flask APIs with scaffolding to get you off the ground quickly","archived":false,"fork":false,"pushed_at":"2023-05-01T21:22:42.000Z","size":19,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-28T09:36:19.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://create-flask-api-6mlo8xyot.now.sh/api/info","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sumukh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-03-24T07:48:44.000Z","updated_at":"2023-03-09T20:02:28.000Z","dependencies_parsed_at":"2024-05-28T00:30:12.346Z","dependency_job_id":"bce28086-22b0-4546-9907-e559a50e44a0","html_url":"https://github.com/Sumukh/create-flask-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumukh%2Fcreate-flask-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumukh%2Fcreate-flask-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumukh%2Fcreate-flask-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumukh%2Fcreate-flask-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sumukh","download_url":"https://codeload.github.com/Sumukh/create-flask-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248961545,"owners_count":21190048,"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":[],"created_at":"2024-10-15T17:14:41.855Z","updated_at":"2025-04-14T21:24:58.306Z","avatar_url":"https://github.com/Sumukh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [\u003cimg src=\"https://github.com/Sumukh/Ignite/raw/master/appname/static/public/ignite/ignite-icon.png\" width=\"25\"/\u003e](logo) Create Flask API (Flask Ignite)\n\nA boilerplate Flask application on which to build APIs using best practices. Designed to be the API only alternative for [Flask Ignite](https://github.com/Sumukh/Ignite).\n\n![Python application](https://github.com/Sumukh/create-flask-api/workflows/Python%20application/badge.svg)\n\n\n- ✅ RESTful API (with argument validation \u0026 output schemas)\n- ✅ 100% Code Coverage in Tests\n- ✅ Using Flask Best Practices\n- ✅ Support Deployment on Heroku, Now.sh\n- ✅ With an example image API\n\n## Installation\n\n```bash\n$ git clone\n$ cd create-flask-api\n$ python3 -m venv env; source env/bin/activate # To set up an virtual env\n$ ./dev-server.sh # runs: FLASK_DEBUG=\"true\" FLASK_APP=\"server:create_app\" flask run\n```\n\n### Key Files:\n\nThe API Endpoints are defined in `server/api` and registered to specific routes in `server/api/__init__.py`.\n\n* `server/api/__init__.py`\n* `server/api/wallpaper.py`\n* `tests/test_wallpaper_api.py`\n\n## Testing\n\nTo test with a coverage report:\n\n`pytest --cov-report term-missing --cov=server`\n\n## Deployment\n\n\n### Now.sh deployment\n\n```bash\n$ now\n```\n\n### Heroku Deployment\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\n## Limitations\n\nThis repo is designed to be the barebone setup for an API. If you want to hook into a database or do  authentication, you should look into [Flask Ignite](https://github.com/sumukh/ignite)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumukh%2Fcreate-flask-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumukh%2Fcreate-flask-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumukh%2Fcreate-flask-api/lists"}