{"id":19297163,"url":"https://github.com/wanmnr/flask-voting","last_synced_at":"2026-02-17T03:32:12.691Z","repository":{"id":260615821,"uuid":"881823460","full_name":"wanmnr/flask-voting","owner":"wanmnr","description":"IN-PROGRESS - Flask","archived":false,"fork":false,"pushed_at":"2024-11-19T16:04:58.000Z","size":254,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T06:52:25.421Z","etag":null,"topics":["flask","jinja2"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wanmnr.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,"zenodo":null}},"created_at":"2024-11-01T10:09:11.000Z","updated_at":"2024-11-19T16:05:03.000Z","dependencies_parsed_at":"2024-11-01T12:17:14.207Z","dependency_job_id":"e1c4ea27-36c5-4879-a7f9-156d3c26a2f4","html_url":"https://github.com/wanmnr/flask-voting","commit_stats":null,"previous_names":["wanmnr/flask-voting"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wanmnr/flask-voting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanmnr%2Fflask-voting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanmnr%2Fflask-voting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanmnr%2Fflask-voting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanmnr%2Fflask-voting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wanmnr","download_url":"https://codeload.github.com/wanmnr/flask-voting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanmnr%2Fflask-voting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29532437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T03:01:11.216Z","status":"ssl_error","status_checked_at":"2026-02-17T03:00:31.803Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flask","jinja2"],"created_at":"2024-11-09T23:01:26.070Z","updated_at":"2026-02-17T03:32:12.644Z","avatar_url":"https://github.com/wanmnr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Application\n\nA Flask web application with asset management and other features.\n\n## Requirements\n\n- Python 3.8+\n- pipenv\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone \u003crepository-url\u003e\ncd \u003cproject-directory\u003e\n```\n\n## Install pipenv if you haven't\n\n```bash\npip install pipenv\n```\n\n## Install dependencies and create virtual environment\n\n```bash\npipenv install\n```\n\n## Activate virtual environment\n\n```bash\npipenv shell\n```\n\n## Edit .env file with your configurations\n\n```bash\ntouch .env\n```\n\n## Run the Flask development server:\n\n```bash\nflask run\n```\n\n## Access the application at:\n\n```bash\nhttp://127.0.0.1:5000\n```\n\n## Asset Management\n\nThe application uses Flask-Assets for managing and minifying CSS/JavaScript files.\n\n### Asset Commands\n\n#### Build and minify assets:\n\n```bash\nflask assets build\n```\n\n#### Remove built assets:\n\n```bash\nflask assets clean\n\n```\n\n#### Watch assets for changes during development:\n\n```bash\nflask assets watch\n```\n\n## DB Related\n\n### For first-time setup:\n\n```bash\nflask db create\nflask db init\n```\n\n### For complete reset:\n\n```bash\nflask db recreate  # This now includes initialization\n```\n\n#### 1. Create database tables\n\n```bash\nflask db create\n```\n\n#### 2. Initialize with default data\n\n```bash\nflask db init\n```\n\n#### For cleanup/reset:\n\n```bash\nflask db drop\n```\n\n#### For reset and recreate:\n\n```bash\nflask db recreate\n```\n\n## Deployment\n\n### For production deployment:\n\n#### Set production environment:\n\n```bash\nexport FLASK_ENV=production\n```\n\n#### Run using a production server:\n\n```bash\ngunicorn wsgi:app\n```\n\n\n## License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanmnr%2Fflask-voting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwanmnr%2Fflask-voting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanmnr%2Fflask-voting/lists"}