{"id":21578724,"url":"https://github.com/julian-nash/flask-template","last_synced_at":"2025-04-10T17:41:40.404Z","repository":{"id":91105591,"uuid":"220280441","full_name":"Julian-Nash/flask-template","owner":"Julian-Nash","description":"Flask Web Application Template","archived":false,"fork":false,"pushed_at":"2020-04-27T20:32:51.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T15:21:46.295Z","etag":null,"topics":["flask","python","template"],"latest_commit_sha":null,"homepage":"","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/Julian-Nash.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":"2019-11-07T16:26:02.000Z","updated_at":"2024-05-09T17:12:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"e89bb14c-351e-47ab-a172-a71d578111bd","html_url":"https://github.com/Julian-Nash/flask-template","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/Julian-Nash%2Fflask-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julian-Nash%2Fflask-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julian-Nash%2Fflask-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julian-Nash%2Fflask-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Julian-Nash","download_url":"https://codeload.github.com/Julian-Nash/flask-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248262187,"owners_count":21074260,"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","python","template"],"created_at":"2024-11-24T13:11:27.366Z","updated_at":"2025-04-10T17:41:40.398Z","avatar_url":"https://github.com/Julian-Nash.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Simple Flask Template\n\nA simple skeleton Flask template\n\n### Local development\n\n```sh\npython -m venv env\nsource env/bin/activate\npip install -e .\nexport FLASK_ENV=development\nflask run\n```\n\n- http://localhost:5000\n\n### Running with uWSGI\n\nInstall `uwsgi` with `pip`  \n\n```shell script\npip install uwsgi\n```\n\nRun\n\n```sh\nuwsgi app.ini\n```\n\n- http://localhost:8080\n\n### Running with Docker\n\n```sh\ndocker build -t flaskapp .\ndocker run -p 8080:8080 flaskapp\n```\n\n- http://localhost:8080","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulian-nash%2Fflask-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulian-nash%2Fflask-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulian-nash%2Fflask-template/lists"}