{"id":15827350,"url":"https://github.com/kalebu/flask-starter","last_synced_at":"2025-03-15T03:30:59.868Z","repository":{"id":103910556,"uuid":"357889974","full_name":"Kalebu/Flask-starter","owner":"Kalebu","description":"A minimal flask starter with boilerplate code to help speed up developing your flask application ","archived":false,"fork":false,"pushed_at":"2021-04-16T09:27:50.000Z","size":133,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-15T00:30:24.995Z","etag":null,"topics":["flask","flask-blueprint","flask-boilerplate","flask-login","flask-migrate","flask-sqlalchemy","flask-starter","python","python-tanzania","tanzania"],"latest_commit_sha":null,"homepage":"https://kalebujordan.dev/","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/Kalebu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"kalebujordan"}},"created_at":"2021-04-14T12:02:14.000Z","updated_at":"2024-12-30T15:18:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9b39a57-d407-403a-a68a-71059b7f94a3","html_url":"https://github.com/Kalebu/Flask-starter","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"39800bf3859b2b0cbec8d9c08f9f63ab97817b0c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2FFlask-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2FFlask-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2FFlask-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2FFlask-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kalebu","download_url":"https://codeload.github.com/Kalebu/Flask-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681024,"owners_count":20330152,"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-blueprint","flask-boilerplate","flask-login","flask-migrate","flask-sqlalchemy","flask-starter","python","python-tanzania","tanzania"],"created_at":"2024-10-05T10:04:36.821Z","updated_at":"2025-03-15T03:30:59.858Z","avatar_url":"https://github.com/Kalebu.png","language":"Python","funding_links":["https://patreon.com/kalebujordan","https://www.patreon.com/kalebujordan"],"categories":[],"sub_categories":[],"readme":"# [Flask-Starter](#)\n\n**Flask-starter** is a Minimal starter for your flask project that implement some boiler plate code for you so as you could focus on the core functionality of your project.\n\n[![Become a patron](pictures/become_a_patron_button.png)](https://www.patreon.com/kalebujordan)\n\n\u003cimg src=\"flask.webp\" width=\"300\" height=\"200\"\u003e\n\n## Features to Implemented\n\n- Backend\n  - [x] Flask-Blueprint\n  - [x] Flask-SQLAlchemy\n  - [x] Flask-Migrate\n  - [ ] Flask-Login\n  - [ ] Flask-MarshMallow\n\n- User Interface(UI)\n  - [ ] Home page\n  - [ ] Signup page\n  - [ ] Signin Page\n  - [ ] Sample CMS Page\n\n## How to run\n\n```bash\ngit clone https://github.com/Kalebu/Flask-starter\ncd Flask-starter\nFlask-starter-\u003e pip install -r requirements.txt\nFlask-starter-\u003e python route.py\n```\n\n\n## Migrating database \nOnce you modified the models codebase to mirror the change to the database without deleting it, use *flask migrate*, but before we do that we need to tell flask where entry script is located;\n\n### For window user do this\n\n```bash\nset FLASK_APP = route.py\nflask db migrate\nflask db upgrade\n```\n### Linux Users do this instead\n\n```bash\nexport FLASK_APP = route.py\nflask db migrate\nflask db upgrade\n```\n\n## Contributions\n\nThis is an open source project therefore I welcome all contributors to adding and modifying the starter to make it more friendly and elegant. Just Fork it !!\n\n## Credits\n\nAll the credits to [Kalebu](https://github.com/kalebu) and other future contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalebu%2Fflask-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalebu%2Fflask-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalebu%2Fflask-starter/lists"}