{"id":18795685,"url":"https://github.com/binste/flask_boilerplate","last_synced_at":"2026-01-26T19:06:11.832Z","repository":{"id":162264062,"uuid":"213076092","full_name":"binste/flask_boilerplate","owner":"binste","description":"Lightweight Flask boilerplate","archived":false,"fork":false,"pushed_at":"2019-10-10T20:38:26.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-21T16:51:07.284Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/binste.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":"2019-10-05T21:51:20.000Z","updated_at":"2019-10-10T20:38:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5c5e6be-1052-4ce8-b6bd-d3543faf5212","html_url":"https://github.com/binste/flask_boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/binste/flask_boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binste%2Fflask_boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binste%2Fflask_boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binste%2Fflask_boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binste%2Fflask_boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binste","download_url":"https://codeload.github.com/binste/flask_boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binste%2Fflask_boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28785172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-07T21:34:58.682Z","updated_at":"2026-01-26T19:06:11.790Z","avatar_url":"https://github.com/binste.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flask_boilerplate\nLightweight Flask boilerplate. Contains no user authentication, but this could easily be added using flask-login or similar. Furthermore, sqlalchemy models inherit from normal declarative base to make them usable outside of the flask application. You can still use the advantages of flask-sqlalchemy such as the session or the pagination support.\n\nInspired by\n* [Flask Mega Tutorial by Miguel Grinberg](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)\n* [YouTube - Armin Ronacher, \"Flask for Fun and Profit\", PyBay2016](https://www.youtube.com/watch?v=1ByQhAM5c1I)\n* [Official flask documentation](https://flask.palletsprojects.com/en/1.1.x/)\n* [Flask GitHub issue #620 - Add docs about integrating pure SQLAlchemy](https://github.com/pallets/flask-sqlalchemy/pull/629/commits/b3120423b2adf195698bfaff94e386a220ac24f4#)\n* [Flask + Plotly Dashboard - Hepta Analytics Blog](https://blog.heptanalytics.com/2018/08/07/flask-plotly-dashboard/)\n* ...\n\n\n## Usage\n1. Install requirements from `environment.yml` and activate respective environment\n2. `export FLASK_APP=\"application:create_app\"`\n3. Set up database:\n   1. `flask db init`\n   2. `flask db migrate -m \"Create db\"`\n   3. `flask db upgrade`\n4. Fill database with some fake data `python create_fake_data.py`\n5. `flask run`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinste%2Fflask_boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinste%2Fflask_boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinste%2Fflask_boilerplate/lists"}