{"id":23188815,"url":"https://github.com/dyslab/flask-site-demo","last_synced_at":"2026-05-01T14:32:35.198Z","repository":{"id":52602813,"uuid":"172228537","full_name":"dyslab/flask-site-demo","owner":"dyslab","description":"Python Flask framework learning.","archived":false,"fork":false,"pushed_at":"2024-05-06T15:43:57.000Z","size":8389,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-05T05:45:42.737Z","etag":null,"topics":["demo","flask","python3","template","website"],"latest_commit_sha":null,"homepage":"","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/dyslab.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}},"created_at":"2019-02-23T15:14:37.000Z","updated_at":"2024-10-11T09:44:53.000Z","dependencies_parsed_at":"2024-01-08T13:19:48.729Z","dependency_job_id":"d62184a2-5737-4be4-b827-3634ad1823aa","html_url":"https://github.com/dyslab/flask-site-demo","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/dyslab/flask-site-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyslab%2Fflask-site-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyslab%2Fflask-site-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyslab%2Fflask-site-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyslab%2Fflask-site-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dyslab","download_url":"https://codeload.github.com/dyslab/flask-site-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyslab%2Fflask-site-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32501399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["demo","flask","python3","template","website"],"created_at":"2024-12-18T11:15:43.996Z","updated_at":"2026-05-01T14:32:35.187Z","avatar_url":"https://github.com/dyslab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## flask-site-demo: A website demo powered by Python Flask framework.\n\n[![Powered by Flask v2](./assets/powered-by-Flask-v1.svg)](https://flask.palletsprojects.com/) [![Github license](./assets/license-MIT.svg)](https://github.com/dyslab/flask-site-demo/blob/master/LICENSE) [![Demo version](./assets/demo-version.svg)](https://github.com/dyslab/flask-site-demo)\n\n### OS and tools information\n\n- OS: Ubuntu v18. ~ v19 / Deepin v20 ~ v23 / Windows 11\n\n- Python version (virtual environment): v3.6.7 or above.\n\n- Framework: Flask v1.1.1 ~ v3.1.2\n\n- SQL toolkit: SQLAlchemy v1.3.11\n\n- IDE tool: Visual Studio Code\n\n***\n\n### Tips before first try\n\n1. Install Python virtual environment (venv mode)\n\n```bash\npython3 -m venv venv\n```\n\n2. Activate venv mode\n\n```bash\nsource venv/bin/activate\n# or \n. venv/bin/activate\n# or (on Windows)\nvenv\\Scripts\\activate\n```\n\n3. Deactivate venv mode\n\n```bash\ndeactivate\n```\n\n4. Update or install latest pip (in venv mode)\n\n```bash\npip install pip -U\n# or curl it by yourself\ncurl https://bootstrap.pypa.io/get-pip.py -o get-pip.py   # Download installation script.\nsudo python get-pip.py    # Run script.\n```\n\n5. Install required packages \n\n```bash\npip install -r requirements.txt\n```\n\n6. Start web server\n\n```bash\n# Acticate Python virtual mode\nsource venv/bin/activate\n\n# Run web server on any platform (development mode)\nflask --app 'fsdemo' run\n# NOTE: The argument '--app' is a new feature in Flask v3\n\n# Or run the below script on Linux\n# Classical approach to running web service in Flask v1\n./webstart  \n# Note: type command line `chmod a+x ./webstart` to make the script executable if it does'n work\n\n# Then, ckeck out link: http://127.0.0.1:5000/ on browser.\n```\n\n### Additional notes \n\n- All reqired packages list see [requirements.txt](requirements.txt)\n\n- Export all required packages list with restrict version to requirements.txt by the command line below.\n\n```bash\npip freeze \u003e requirements.txt\n```\n\n---\n\n- *Last Modified on 27 October 2025*\n\n- *Created on 28 February 2019*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyslab%2Fflask-site-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdyslab%2Fflask-site-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyslab%2Fflask-site-demo/lists"}