{"id":15659700,"url":"https://github.com/svenstaro/python-web-boilerplate","last_synced_at":"2025-05-05T19:44:02.894Z","repository":{"id":49119412,"uuid":"76778651","full_name":"svenstaro/python-web-boilerplate","owner":"svenstaro","description":"Python web template for modern web backend applications","archived":false,"fork":false,"pushed_at":"2022-09-05T14:13:47.000Z","size":358,"stargazers_count":22,"open_issues_count":18,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T23:11:09.205Z","etag":null,"topics":["best-practices","boilerplate","flask","sqlalchemy","web"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/svenstaro.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}},"created_at":"2016-12-18T11:22:42.000Z","updated_at":"2024-09-10T21:26:38.000Z","dependencies_parsed_at":"2023-01-17T22:02:05.608Z","dependency_job_id":null,"html_url":"https://github.com/svenstaro/python-web-boilerplate","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/svenstaro%2Fpython-web-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenstaro%2Fpython-web-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenstaro%2Fpython-web-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenstaro%2Fpython-web-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svenstaro","download_url":"https://codeload.github.com/svenstaro/python-web-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252564100,"owners_count":21768589,"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":["best-practices","boilerplate","flask","sqlalchemy","web"],"created_at":"2024-10-03T13:18:17.262Z","updated_at":"2025-05-05T19:44:02.840Z","avatar_url":"https://github.com/svenstaro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Web Boilerplate\n\n[![Build Status](https://travis-ci.org/svenstaro/python-web-boilerplate.svg?branch=master)](https://travis-ci.org/svenstaro/python-web-boilerplate)\n[![codecov](https://codecov.io/gh/svenstaro/python-web-boilerplate/branch/master/graph/badge.svg)](https://codecov.io/gh/svenstaro/python-web-boilerplate)\n[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/svenstaro/python-web-boilerplate/blob/master/LICENSE)\n\n## About\nThis is a boilerplate project made using best practices for getting started quickly\nin a new project. I made this for myself but maybe it will help someone else. Pull\nrequests and discussions on best practices welcome!\n\n## Development setup\n\nInstall all dependencies into a virtualenv which will be managed by `poetry`.\n\n    make\n\nSet up your environment by sourcing copying `.env.example` to `.env`\n\n    cp .env.example .env\n\nFor every new shell you need to source this file and you're good to go.\n\nMake sure you have a working local postgres setup. Your current user should be\nadmin in your development postgres installation and it should use the \"peer\" or\n\"trust\" auth methods (see `pg_hba.conf`). Given that, create a local\ndevelopment database with some test data:\n\n    flask initdb\n\nAfterwards, type\n\n    flask run\n\nto run the development server.\n\n## Running the tests\n\nStart a local postgresql server and run:\n\n    poetry run pytest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenstaro%2Fpython-web-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvenstaro%2Fpython-web-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenstaro%2Fpython-web-boilerplate/lists"}