{"id":19959351,"url":"https://github.com/tbrlpld/flaskr","last_synced_at":"2026-04-29T21:02:33.198Z","repository":{"id":102978286,"uuid":"211177290","full_name":"tbrlpld/flaskr","owner":"tbrlpld","description":"Flask based blog app build as an extended version of the official Flask tutorial.","archived":false,"fork":false,"pushed_at":"2020-09-05T03:55:15.000Z","size":146,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-02T02:30:04.937Z","etag":null,"topics":["blog","flask","flask-tutorial","python"],"latest_commit_sha":null,"homepage":"https://flask.palletsprojects.com/en/1.1.x/tutorial/#tutorial","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/tbrlpld.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-09-26T20:37:39.000Z","updated_at":"2023-07-18T12:18:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8b969a3-26fd-429f-ba14-a79744d8b3c9","html_url":"https://github.com/tbrlpld/flaskr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tbrlpld/flaskr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbrlpld%2Fflaskr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbrlpld%2Fflaskr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbrlpld%2Fflaskr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbrlpld%2Fflaskr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbrlpld","download_url":"https://codeload.github.com/tbrlpld/flaskr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbrlpld%2Fflaskr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"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":["blog","flask","flask-tutorial","python"],"created_at":"2024-11-13T01:47:23.811Z","updated_at":"2026-04-29T21:02:33.194Z","avatar_url":"https://github.com/tbrlpld.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Flaskr\n======\n\nThis is my working repository for the [Flask tutorial](https://flask.palletsprojects.com/en/1.1.x/tutorial/#tutorial).\n\nThe basic functionality of the blog was created by following along the tutorial snippets.\n\nMy own work really starts with the implementation of the features listed in the [Keep Developing Section](https://flask.palletsprojects.com/en/1.1.x/tutorial/next/) of the tutorial. The added features are: detail post view, likes, comments, tags, title search, pagination, image upload, markdown formatting and RSS feed.\n\nIt is definitely not pretty, but that was not the point of the exercise.\n\n## Development\n\n### Installation\n\nClone the repo to a local directory.\n\n```shell\n$ git clone git@github.com:tbrlpld/flaskr.git\n```\n\nChange in to the `flaskr` directory and create a virtual environment and activate it.\n\n```shell\n$ cd flaskr\n$ python -m venv .venv\n$ source .venv/bin/activate\n```\n\nInstall the app (in editable mode) and its dependencies.\n\n```shell\n$ python -m pip install -e '.[dev]'\n```\n\nInitialize the database.\n\n```shell\n$ export FLASK_APP=flaskr\n$ export FLASK_ENV=development\n$ flask init-db\n```\n\nRun the app.\n\n```shell\n$ flask run\n```\n\n### Tests\n\nTo run the tests just run `pytest` in the project directory.\n```shell\n$ pytest\n```\n\nYou can also run the tests and get a coverage report.\n```shell\n$ pytest --cov\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbrlpld%2Fflaskr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbrlpld%2Fflaskr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbrlpld%2Fflaskr/lists"}