{"id":14065771,"url":"https://github.com/jcmartinezdev/flask-api-starter-kit","last_synced_at":"2025-07-29T21:33:14.344Z","repository":{"id":48371567,"uuid":"265937797","full_name":"bajcmartinez/flask-api-starter-kit","owner":"bajcmartinez","description":"Flask API Starter Kit","archived":false,"fork":false,"pushed_at":"2022-08-16T06:07:12.000Z","size":30,"stargazers_count":138,"open_issues_count":4,"forks_count":52,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-13T07:09:36.769Z","etag":null,"topics":["api","flask","python","starter-kit","swagger"],"latest_commit_sha":null,"homepage":"https://livecodestream.dev/post/2020-05-21-python-flask-api-starter-kit-and-project-layout/","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/bajcmartinez.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}},"created_at":"2020-05-21T19:47:23.000Z","updated_at":"2024-07-03T21:44:17.000Z","dependencies_parsed_at":"2022-08-29T20:13:48.159Z","dependency_job_id":null,"html_url":"https://github.com/bajcmartinez/flask-api-starter-kit","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/bajcmartinez%2Fflask-api-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bajcmartinez%2Fflask-api-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bajcmartinez%2Fflask-api-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bajcmartinez%2Fflask-api-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bajcmartinez","download_url":"https://codeload.github.com/bajcmartinez/flask-api-starter-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228052607,"owners_count":17862103,"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":["api","flask","python","starter-kit","swagger"],"created_at":"2024-08-13T07:04:42.843Z","updated_at":"2025-07-29T21:33:08.967Z","avatar_url":"https://github.com/bajcmartinez.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Flask API Starter Kit\n\nSample API layout structure to be used as a baseline for other apps\n\n## Dependencies\n\n- [flask](https://palletsprojects.com/p/flask/): Python server of choise\n- [flasgger](https://github.com/flasgger/flasgger): Used to generate the swagger documentation\n- [flask-marshmallow](https://flask-marshmallow.readthedocs.io/en/latest/): My favourite serializer\n- [apispec](https://apispec.readthedocs.io/en/latest/): Required for the integration between marshmallow and flasgger\n\n## Set Up\n\n1. Check out the code\n2. Install requirements\n    ```\n    pipenv install\n    ```\n3. Start the server with:\n    ```\n   pipenv run python -m flask run\n    ```\n   \n4. Visit http://localhost/api for the home api\n\n4. Visit http://localhost/apidocs for the swagger documentation\n   \n## Tests\n\nThe code is covered by tests, to run the tests please execute\n\n```\npipenv run python -m unittest\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcmartinezdev%2Fflask-api-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcmartinezdev%2Fflask-api-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcmartinezdev%2Fflask-api-starter-kit/lists"}