{"id":20493223,"url":"https://github.com/exios66/formspree-hub","last_synced_at":"2026-03-09T10:34:07.667Z","repository":{"id":260405886,"uuid":"881204151","full_name":"Exios66/Formspree-HUB","owner":"Exios66","description":"Formspree Integration Hub","archived":false,"fork":false,"pushed_at":"2024-10-31T09:28:18.000Z","size":77,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T17:47:44.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://exios66.github.io/Formspree-HUB/","language":"HTML","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/Exios66.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":"2024-10-31T05:06:17.000Z","updated_at":"2024-12-18T20:52:32.000Z","dependencies_parsed_at":"2024-10-31T06:18:42.426Z","dependency_job_id":"b56dc7ec-b07c-4e44-a454-4beb6deeb356","html_url":"https://github.com/Exios66/Formspree-HUB","commit_stats":null,"previous_names":["exios66/formspree-hub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Exios66/Formspree-HUB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FFormspree-HUB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FFormspree-HUB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FFormspree-HUB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FFormspree-HUB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Exios66","download_url":"https://codeload.github.com/Exios66/Formspree-HUB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FFormspree-HUB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30291807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: 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":[],"created_at":"2024-11-15T17:33:56.873Z","updated_at":"2026-03-09T10:34:07.642Z","avatar_url":"https://github.com/Exios66.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Formspree-HUB\n\nA comprehensive file upload and survey management system built with Flask and modern web technologies.\n\n## Features\n\n- Advanced file upload system with drag-and-drop support\n- Real-time file analysis\n- Progress tracking\n- Survey management\n- Theme switching (Light/Dark/Nature)\n- Responsive design\n- Form handling with Formspree integration\n\n## Local Development Setup\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/Formspree-HUB.git\ncd Formspree-HUB\n```\n\n2. Create and activate a virtual environment:\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows use: venv\\Scripts\\activate\n```\n\n3. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n4. Set up environment variables:\n```bash\ncp .env.example .env\n# Edit .env with your configurations\n```\n\n5. Initialize the database:\n```bash\nflask db upgrade\n```\n\n6. Run the development server:\n```bash\nflask run\n```\n\nThe application will be available at `http://localhost:5000`\n\n## Production Deployment\n\nThe static frontend is deployed on GitHub Pages, while the Flask backend should be deployed on a production server.\n\n### GitHub Pages Setup\n\nThe static frontend is served from the `docs/` directory. Any changes to the frontend should be made in the appropriate files in this directory.\n\n### Backend Deployment\n\n1. Set environment variables:\n```bash\nFLASK_ENV=production\nSECRET_KEY=your-secure-secret-key\nDATABASE_URL=your-database-url\n```\n\n2. Run with a production server:\n```bash\ngunicorn -w 4 \"app:create_app('production')\"\n```\n\n## Project Structure\n\n```\n├── app.py              # Flask application\n├── config.py           # Configuration settings\n├── requirements.txt    # Python dependencies\n├── docs/              # Static frontend (GitHub Pages)\n│   └── index.html     # Main frontend page\n├── static/            # Static assets\n│   └── js/           # JavaScript files\n├── templates/         # Flask templates\n│   └── surveys/      # Survey templates\n└── uploads/          # File upload directory\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexios66%2Fformspree-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexios66%2Fformspree-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexios66%2Fformspree-hub/lists"}