{"id":14065252,"url":"https://github.com/aiscenblue/flask-starter-kit","last_synced_at":"2025-07-12T07:31:20.873Z","repository":{"id":93163876,"uuid":"108213221","full_name":"aiscenblue/flask-starter-kit","owner":"aiscenblue","description":"Flask application boilerplate for microservice","archived":false,"fork":false,"pushed_at":"2018-10-19T02:31:02.000Z","size":58,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T15:49:19.785Z","etag":null,"topics":["flask","flask-api","flask-application","flask-boiler-plate","flask-boilerplate","flask-restful","microservice","microservices","python","python-2","python-3","python2","python3"],"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/aiscenblue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-10-25T03:08:52.000Z","updated_at":"2023-05-01T21:48:50.000Z","dependencies_parsed_at":"2023-04-03T11:33:45.335Z","dependency_job_id":null,"html_url":"https://github.com/aiscenblue/flask-starter-kit","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/aiscenblue/flask-starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiscenblue%2Fflask-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiscenblue%2Fflask-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiscenblue%2Fflask-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiscenblue%2Fflask-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aiscenblue","download_url":"https://codeload.github.com/aiscenblue/flask-starter-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiscenblue%2Fflask-starter-kit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264958135,"owners_count":23689006,"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":["flask","flask-api","flask-application","flask-boiler-plate","flask-boilerplate","flask-restful","microservice","microservices","python","python-2","python-3","python2","python3"],"created_at":"2024-08-13T07:04:23.450Z","updated_at":"2025-07-12T07:31:20.551Z","avatar_url":"https://github.com/aiscenblue.png","language":"Python","readme":"# Requirements:\n```\n  Python 2.7 or higher\n```\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)\n\n# Install requirements\n`pip install -r requirements.txt`\n\n# Setup configuration\n\u003e open: config/app.py\n```\nHOST = \"0.0.0.0\"\nDEBUG = True / False\nPORT = 8000\n```\n\n# RUN\n\u003e python start.py\n```\n * Restarting with stat\n * Debugger is active!\n * Debugger PIN: 131-964-042\n * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit)\n ```\n\n\n# Register blueprint\n\n### flask blueprint documentation\n\n\u003e https://github.com/aiscenblue/flask-blueprint\n\n\u003e docs http://flask-starter-kit.readthedocs.io/en/latest/\n\n`NOTE :: if it's a sub directory it must consist a __init__.py\nfile to be recognize as a package`\n\n```\nfrom flask import Blueprint, make_response\n\n\"\"\" blueprint module for url handler \"\"\"\nmethod = Blueprint(__name__, __name__)\n\n\n@method.route(\"/\", methods=['GET'])\ndef index():\n    return make_response(\"Welcome to flask starter kit!\", 200)\n      \n```\n\n# Configure application core\n`configurations are modified in start.py`\n\u003e https://github.com/aiscenblue/flask-app-core\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiscenblue%2Fflask-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faiscenblue%2Fflask-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiscenblue%2Fflask-starter-kit/lists"}