{"id":22782424,"url":"https://github.com/kdhttps/flask-tutorials","last_synced_at":"2025-10-30T20:53:52.421Z","repository":{"id":102317420,"uuid":"299639335","full_name":"kdhttps/flask-tutorials","owner":"kdhttps","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-12T14:02:33.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T14:39:47.331Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kdhttps.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":"2020-09-29T14:16:24.000Z","updated_at":"2020-10-12T14:02:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"87ce8fe6-4880-45bf-93f3-f6f6786efa88","html_url":"https://github.com/kdhttps/flask-tutorials","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kdhttps/flask-tutorials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdhttps%2Fflask-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdhttps%2Fflask-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdhttps%2Fflask-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdhttps%2Fflask-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdhttps","download_url":"https://codeload.github.com/kdhttps/flask-tutorials/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdhttps%2Fflask-tutorials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278245393,"owners_count":25955016,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"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":[],"created_at":"2024-12-11T21:11:51.771Z","updated_at":"2025-10-03T23:59:47.770Z","avatar_url":"https://github.com/kdhttps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Tutorials\n\n## Configuration\n\n1. `python3 -m venv venv` to setup virtual environment\n1. `. venv/bin/activate` activate the environment\n1. `pip3 install -r requirements.txt` install flask\n1. `export FLASK_ENV=development` set it for auto reload and debugger\n\n## Run\n\n1. `export FLASK_APP=flasker` set `FLASK_APP` env\n1. `flask run` run application\n\n## others\n\n1. How to create `requirements.txt` in fresh project\n    \n    ```python\n    . venv/bin/activate\n    pip3 freeze \u003e requirements.txt\n    ```\n\n1. Install Deps in Fresh project\n\n    ```\n    pip3 install -r requirements.txt\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdhttps%2Fflask-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdhttps%2Fflask-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdhttps%2Fflask-tutorials/lists"}