{"id":22332688,"url":"https://github.com/carmelo0x63/flask-static","last_synced_at":"2026-05-11T03:15:51.843Z","repository":{"id":53556144,"uuid":"261805466","full_name":"carmelo0x63/Flask-static","owner":"carmelo0x63","description":"Flask","archived":false,"fork":false,"pushed_at":"2024-01-11T20:50:18.000Z","size":30,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T20:06:12.561Z","etag":null,"topics":["docker","flask","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carmelo0x63.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}},"created_at":"2020-05-06T15:43:22.000Z","updated_at":"2023-11-01T17:03:11.000Z","dependencies_parsed_at":"2022-09-13T11:41:03.569Z","dependency_job_id":"c382833d-d12f-46ef-9ed8-203328e8b13e","html_url":"https://github.com/carmelo0x63/Flask-static","commit_stats":null,"previous_names":["carmelo0x63/flask-static"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carmelo0x63%2FFlask-static","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carmelo0x63%2FFlask-static/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carmelo0x63%2FFlask-static/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carmelo0x63%2FFlask-static/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carmelo0x63","download_url":"https://codeload.github.com/carmelo0x63/Flask-static/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245606045,"owners_count":20643099,"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":["docker","flask","python3"],"created_at":"2024-12-04T04:19:15.811Z","updated_at":"2026-05-11T03:15:51.793Z","avatar_url":"https://github.com/carmelo0x63.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask\nFlask micro-site\n\n### Setup\n1. Create a [virtual environment for Python](https://docs.python.org/3/library/venv.html) in the current directory\n```\n$ python3 -m venv .\n\n$ source bin/activate\n```\n\n2. Activate the virtual environment and install any dependencies\n```\n(Flask-static) $ python3 -m pip install [--upgrade] pip setuptools wheel\n\n(Flask-static) $ pip3 install -r requirements.txt\n```\n\n____\n\n### Run from CLI\n```\n(Flask-static) $ export FLASK_APP=run.py\n\n(Flask-static) $ flask run --host=0.0.0.0\n```\n**NOTE**: the `--host=0.0.0.0` part is optional and is meant to make the web server accessible from external hosts. Use with caution!\n\n#### Exit with\nCTRL+C to stop the server, `deactivate` to quit the virtual environment\n\n____\n\n### Run as a Docker container\n```\n$ docker build -t \u003crepo\u003e/flask-static:1.0 .\n\n$ docker run -d --name flask-static -p 5000:5000 \u003crepo\u003e/flask-static:1.0\n```\n\n____\n\n### Resources\n- [Flask](https://flask.palletsprojects.com/en/1.1.x/)\n- [Getting Started With Flask, A Python Microframework](https://scotch.io/tutorials/getting-started-with-flask-a-python-microframework)\n- [Dockerize a Flask App](https://dev.to/riverfount/dockerize-a-flask-app-17ag)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarmelo0x63%2Fflask-static","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarmelo0x63%2Fflask-static","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarmelo0x63%2Fflask-static/lists"}