{"id":22448493,"url":"https://github.com/yuvadm/heroku-python-skeleton","last_synced_at":"2025-08-01T21:33:17.686Z","repository":{"id":4308794,"uuid":"5441355","full_name":"yuvadm/heroku-python-skeleton","owner":"yuvadm","description":"A skeleton repository for Heroku-deployed Python applications","archived":false,"fork":false,"pushed_at":"2021-03-19T22:28:31.000Z","size":23,"stargazers_count":52,"open_issues_count":3,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-09T23:10:58.141Z","etag":null,"topics":["flask","heroku","postgresql","python","rest-api","sqlalchemy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"munificent/wren","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuvadm.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}},"created_at":"2012-08-16T16:17:37.000Z","updated_at":"2023-05-23T15:44:08.000Z","dependencies_parsed_at":"2022-09-16T04:53:35.249Z","dependency_job_id":null,"html_url":"https://github.com/yuvadm/heroku-python-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuvadm%2Fheroku-python-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuvadm%2Fheroku-python-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuvadm%2Fheroku-python-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuvadm%2Fheroku-python-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuvadm","download_url":"https://codeload.github.com/yuvadm/heroku-python-skeleton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228410561,"owners_count":17915513,"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","heroku","postgresql","python","rest-api","sqlalchemy"],"created_at":"2024-12-06T04:28:31.141Z","updated_at":"2024-12-06T04:28:31.739Z","avatar_url":"https://github.com/yuvadm.png","language":"Python","readme":"# Heroku Python Skeleton\n\nThis repository has all the base files ready for deploying a Python application on Heroku. It includes the following features:\n\n - Flask HTTP application\n - SQLAlchemy model that binds to a Heroku Postgres database\n - RESTful API based on Flask-RESTful and the Marshmallow serialization framework\n\n## Usage\n\n### Initial\n\n```bash\n$ git clone https://github.com/yuvadm/heroku-python-skeleton.git\n$ cd heroku-python-skeleton\n$ heroku create\n$ git push heroku master\n```\n\n### Database\n\n```bash\n$ heroku addons:create heroku-postgresql:hobby-dev\n$ heroku run python\n```\n\nand in the Python REPL:\n\n```python\n\u003e\u003e\u003e from app import db\n\u003e\u003e\u003e db.create_all()\n```\n\nFor a detailed introduction see [http://blog.y3xz.com/blog/2012/08/16/flask-and-postgresql-on-heroku/](http://blog.y3xz.com/blog/2012/08/16/flask-and-postgresql-on-heroku/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuvadm%2Fheroku-python-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuvadm%2Fheroku-python-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuvadm%2Fheroku-python-skeleton/lists"}