{"id":22693421,"url":"https://github.com/kents00/flask","last_synced_at":"2026-05-11T05:49:42.876Z","repository":{"id":162823886,"uuid":"609763683","full_name":"kents00/Flask","owner":"kents00","description":"A simple flask template for beginners creating a simple project reference","archived":false,"fork":false,"pushed_at":"2024-02-28T01:21:26.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T18:17:16.807Z","etag":null,"topics":["flask","flask-template","python"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/kents00.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"kents_workof_art","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-03-05T06:44:48.000Z","updated_at":"2023-03-05T06:49:42.000Z","dependencies_parsed_at":"2023-05-19T19:15:17.816Z","dependency_job_id":null,"html_url":"https://github.com/kents00/Flask","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kents00%2FFlask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kents00%2FFlask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kents00%2FFlask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kents00%2FFlask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kents00","download_url":"https://codeload.github.com/kents00/Flask/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246215826,"owners_count":20741894,"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","flask-template","python"],"created_at":"2024-12-10T02:10:33.333Z","updated_at":"2026-05-11T05:49:42.830Z","avatar_url":"https://github.com/kents00.png","language":"CSS","funding_links":["https://ko-fi.com/kents_workof_art"],"categories":[],"sub_categories":[],"readme":"![Flask_Template](https://user-images.githubusercontent.com/69900896/222946903-44da38fe-a041-4193-acde-52c9bbfa72c5.png)\n\n# Flask\n\nA simple flask template for beginners creating a simple project reference\n\n## Setup\n\nTo deploy this flask project just install a `virtual environment` on your computer\n\n### Ubuntu LTS ≤ 20.04\n\nInstalling pip\n\n```bash\nsudo apt-get install python3-pip\n```\n\nInstalling virtual environment using pip3\n\n```bash\nsudo pip3 install virtualenv\n```\n\nCreating virtual environment\n\n```bash\nvirtual env\n```\n\nActivate virtual environment\n\n```\nsource env/bin/activate\n```\n\nDeactivate\n\n```\ndeactivate\n```\n\n### Windows\n\nInstalling pip\n\n```\npython -m pip install --user --upgrade pip\n\n```\n\nInstalling virtual environment using pip\n\n```\npip install virtualenv\n\n```\n\nCreating virtual environment\n\n```\nvirtual\n```\n\nDeactivate\n\n```bash\ndeactivate\n```\n\n## MacOS\n\nFor macOS, you can install pip by downloading the [get-pip.py](https://bootstrap.pypa.io/get-pip.py) script and running it with Python 3:\n\n```\ncurl \u003chttps://bootstrap.pypa.io/get-pip.py\u003e -o get-pip.py\npython3 get-pip.py\n\n```\n\nThen, you can install virtualenv using pip3:\n\n```\npip3 install virtualenv\n\n```\n\nAfter installing virtualenv, you can create and activate a virtual environment as follows:\n\n```\nvirtualenv env\nsource env/bin/activate\n```\n\nTo deactivate the virtual environment, simply run:\n\n```\ndeactivate\n```\n\nFinally, install Flask using pip3:\n\n```\npip3 install flask\n```\n\n## Installation\n\nWhen installing packages in this project, type the following:\n\n```bash\npip install -r requirements.txt\n```\n\n## Run Flask\n\nTo run the Flask application, set the FLASK_APP environment variable to the name of your Flask application file and then run the following command:\n\n```\nflask run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkents00%2Fflask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkents00%2Fflask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkents00%2Fflask/lists"}