{"id":16831142,"url":"https://github.com/recrsn/flask-sqlalchemy-starter","last_synced_at":"2026-05-14T13:37:04.737Z","repository":{"id":106079772,"uuid":"354487024","full_name":"recrsn/flask-sqlalchemy-starter","owner":"recrsn","description":"Bare minimum starter template using Flask and SQLAlchemy.","archived":false,"fork":false,"pushed_at":"2021-04-04T08:02:07.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T23:08:05.466Z","etag":null,"topics":["flask","python","sqlalchemy"],"latest_commit_sha":null,"homepage":"","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/recrsn.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":"2021-04-04T07:54:13.000Z","updated_at":"2024-01-23T01:12:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"0fc9b45f-ff83-4cc2-89a9-9164d6b1b673","html_url":"https://github.com/recrsn/flask-sqlalchemy-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/recrsn/flask-sqlalchemy-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recrsn%2Fflask-sqlalchemy-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recrsn%2Fflask-sqlalchemy-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recrsn%2Fflask-sqlalchemy-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recrsn%2Fflask-sqlalchemy-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/recrsn","download_url":"https://codeload.github.com/recrsn/flask-sqlalchemy-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recrsn%2Fflask-sqlalchemy-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33027196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["flask","python","sqlalchemy"],"created_at":"2024-10-13T11:42:23.702Z","updated_at":"2026-05-14T13:37:04.670Z","avatar_url":"https://github.com/recrsn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask SQLAlchemy Starter\n\nBare minimum starter template using Flask and SQLAlchemy.\n\n## Installation\n\n### Requirements\n\n- python 3.6 +\n- Pipenv for dependency management\n\n## Usage\n\n1. Clone this repository\n2. Copy `.env.example` to `.env` and modify the required values.\n2. Rename the `flask_sqlalchemy_starter` folder to your package name.\n3. Add/remove models\n4. Create migrations using `flask db migrate`\n5. Apply migrations to database using `flask db upgrade`\n6. Run tests with `pytest -v tests`\n\n## Configuring database\n\nYou can use any SQLAlchemy compatible URI string for the database. By default, the template uses a SQLite database.\n\nTo use a different database like Postgres, edit the `DATABASE_URI` accordingly and install the appropriate python\npackage to connect to the DB.\n\n### Postgres\n\n1. Run `pipenv install psycopg2`\n2. Edit `DATABASE_URI` to `postgres://\u003cuser\u003e:\u003cpassword\u003e@\u003chost\u003e:5432/\u003cdatabase\u003e`\n\n### MySQL\n\n1. Run `pipenv install mysql-connector`\n2. Edit `DATABASE_URI` to `mysql://\u003cuser\u003e:\u003cpassword\u003e@\u003chost\u003e:3306/\u003cdatabase\u003e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecrsn%2Fflask-sqlalchemy-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frecrsn%2Fflask-sqlalchemy-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecrsn%2Fflask-sqlalchemy-starter/lists"}