{"id":21973052,"url":"https://github.com/pikulet/fast-flask","last_synced_at":"2026-05-08T19:33:51.038Z","repository":{"id":113080625,"uuid":"318406603","full_name":"pikulet/fast-flask","owner":"pikulet","description":"template flask app (with postgres + heroku deploy)","archived":false,"fork":false,"pushed_at":"2021-01-16T12:59:08.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-28T08:35:07.069Z","etag":null,"topics":["flask","flask-sqlalchemy","heroku","postgresql-database","template-flask"],"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/pikulet.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,"zenodo":null}},"created_at":"2020-12-04T04:50:09.000Z","updated_at":"2021-01-16T13:26:07.000Z","dependencies_parsed_at":"2023-05-22T11:15:32.681Z","dependency_job_id":null,"html_url":"https://github.com/pikulet/fast-flask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pikulet/fast-flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikulet%2Ffast-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikulet%2Ffast-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikulet%2Ffast-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikulet%2Ffast-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pikulet","download_url":"https://codeload.github.com/pikulet/fast-flask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikulet%2Ffast-flask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["flask","flask-sqlalchemy","heroku","postgresql-database","template-flask"],"created_at":"2024-11-29T15:24:43.250Z","updated_at":"2026-05-08T19:33:51.014Z","avatar_url":"https://github.com/pikulet.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fast-flask\n\nA flask starter template with postgreSQL database and deployed to Heroku.\n\n## Getting Started (Development)\n\nClone the repository.\n\n`git clone https://github.com/pikulet/fast-flask`\n\n`cd fast-flask`\n\nInstall virtualenv.\n\n`pip3 install virtualenv`\n\nCreate a virtual environment.\n\n`virtualenv venv`\n\nActivate the virtual environment.\n\n`source venv\\bin\\activate`\n\nInstall the python modules.\n\n`pip3 install -r requirements.txt`\n\n## Development\n\nStart the database server.\n\n`psql -U \u003cusername\u003e -d \u003cdb_name\u003e`\n\nConfigure the .env file as needed.\n\n`vim .env`\n\nRun the app.\n\n`flask run`\n\n## Deployment to Heroku\n\nLogin to Heroku.\n\n`heroku login`\n\nCreate Heroku app.\n\n`heroku apps:create \u003cheroku_app_name\u003e`\n\nCreate a PostgreSQL database on Heroku. We use the free plan.\n\n`heroku addons:add heroku-postgresql:hobby-dev`\n\nConfigure environment variables for Heroku.\n\n`heroku config:set FLASK_APP=fastflask.py`\n\nPush to Heroku remote.\n\n`git push heroku master`\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpikulet%2Ffast-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpikulet%2Ffast-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpikulet%2Ffast-flask/lists"}