{"id":28165317,"url":"https://github.com/eniompw/mpw-certify","last_synced_at":"2026-02-21T09:31:57.177Z","repository":{"id":292875779,"uuid":"980684723","full_name":"eniompw/MPW-Certify","owner":"eniompw","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-12T15:21:11.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T20:21:50.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mpw-certify.vercel.app","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/eniompw.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":"2025-05-09T14:35:06.000Z","updated_at":"2025-05-12T15:21:14.000Z","dependencies_parsed_at":"2025-05-12T16:32:49.261Z","dependency_job_id":"78a230fe-b2d6-4a0e-ae20-ec7135a27616","html_url":"https://github.com/eniompw/MPW-Certify","commit_stats":null,"previous_names":["eniompw/mpw-certify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eniompw/MPW-Certify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniompw%2FMPW-Certify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniompw%2FMPW-Certify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniompw%2FMPW-Certify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniompw%2FMPW-Certify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eniompw","download_url":"https://codeload.github.com/eniompw/MPW-Certify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniompw%2FMPW-Certify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29678230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2025-05-15T12:11:21.427Z","updated_at":"2026-02-21T09:31:57.090Z","avatar_url":"https://github.com/eniompw.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## MPW-Certify\n\nA web application for verifying certificate authenticity by using QR codes that link to a central database. This application allows users to quickly validate the legitimacy of UFP (Universal Fraud Prevention) certificates by scanning a QR code or entering a certificate ID.\n\n## Features\n\n- Certificate lookup by ID\n- Displays detailed certificate information\n- Responsive web interface\n- Excel-based database integration\n- Vercel deployment ready\n\n## Technology Stack\n\n- **Backend**: Flask (Python)\n- **Frontend**: HTML, CSS, JavaScript\n- **Data Storage**: Excel (.xlsx)\n- **Dependencies**: \n  - flask\n  - pandas\n  - openpyxl\n  - python-dotenv\n  - qrcode\n  - pillow\n\n## Getting Started\n\n### Prerequisites\n\n- Python 3.6 or higher\n- pip (Python package manager)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/mpw-certify.git\n   cd mpw-certify\n   ```\n\n2. Install the required dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Make sure you have the `UFP Certificates.xlsx` file in the root directory of the project.\n\n### Running the Application\n\n1. Start the Flask server:\n   ```bash\n   python app.py\n   ```\n\n2. Open a web browser and navigate to:\n   ```\n   http://127.0.0.1:5000\n   ```\n\n## Vercel Deployment\n\nThis application is configured to work with Vercel deployment. When deployed on Vercel:\n\n1. The Excel file will be stored in the `/tmp` directory, which is writable on Vercel\n2. Any changes made to the data will persist for the duration of the serverless function execution\n3. The `VERCEL` environment variable is set to identify when running in the Vercel environment\n\nNote that since Vercel uses serverless functions with ephemeral file systems, data changes will not persist permanently between different function invocations. For a production environment, consider using a more persistent storage solution like a database.\n\n## Project Structure\n\n```\n.\n├── app.py                 # Main Flask application\n├── requirements.txt       # Python dependencies\n├── UFP Certificates.xlsx  # Certificate database\n├── vercel.json            # Vercel deployment configuration\n└── templates/\n    ├── admin.html         # Admin interface\n    └── index.html         # Web interface\n```\n\n## License\n\nThis project is licensed under the terms of the license file included in the repository.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feniompw%2Fmpw-certify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feniompw%2Fmpw-certify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feniompw%2Fmpw-certify/lists"}