{"id":28253475,"url":"https://github.com/srikantaich/onepensiononeid","last_synced_at":"2026-06-20T06:31:51.094Z","repository":{"id":287184786,"uuid":"963882155","full_name":"SrikantAich/OnePensionOneID","owner":"SrikantAich","description":"One Pension One ID is a Django-based platform that streamlines pension management by offering secure login, pension tracking, grievance handling, and life certificate submission — all under a single unified ID system.","archived":false,"fork":false,"pushed_at":"2025-04-30T12:03:35.000Z","size":7178,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T02:18:38.039Z","etag":null,"topics":["django","django-project","djangotemplates","full-stack-web-development","html-css-javascript","int253","lpu-btech-cse","lpu-oas","lpu-python","web","web-development-in-python-using-django"],"latest_commit_sha":null,"homepage":"","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/SrikantAich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-04-10T11:01:31.000Z","updated_at":"2025-04-30T12:05:19.000Z","dependencies_parsed_at":"2025-04-10T12:47:10.248Z","dependency_job_id":"a9fd18a7-9627-4194-bb00-3b0a938cbad7","html_url":"https://github.com/SrikantAich/OnePensionOneID","commit_stats":null,"previous_names":["srikantaich/onepensiononeid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SrikantAich/OnePensionOneID","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrikantAich%2FOnePensionOneID","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrikantAich%2FOnePensionOneID/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrikantAich%2FOnePensionOneID/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrikantAich%2FOnePensionOneID/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SrikantAich","download_url":"https://codeload.github.com/SrikantAich/OnePensionOneID/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrikantAich%2FOnePensionOneID/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34560265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":["django","django-project","djangotemplates","full-stack-web-development","html-css-javascript","int253","lpu-btech-cse","lpu-oas","lpu-python","web","web-development-in-python-using-django"],"created_at":"2025-05-19T17:20:30.814Z","updated_at":"2026-06-20T06:31:51.066Z","avatar_url":"https://github.com/SrikantAich.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# One Pension One ID\r\n\r\n\u003e A modern pension management system for seamless pension tracking, grievance handling, and certificate management — all tied to a single ID.\r\n# 📁 Project Report\r\n\r\n\r\n## 📚 About\r\n[ProjectReport.pdf](https://github.com/user-attachments/files/19976548/Final.Submission.pdf)\r\n\r\n**One Pension One ID** is a Django-powered web application designed to centralize pensioner information and services.  \r\nIt simplifies pension tracking, grievance redressal, announcements, and life certificate submissions — all in one place.\r\n\r\n## ✨ Features\r\n\r\n- 🔒 **Secure Login and OTP Verification**\r\n- 👤 **Role-Based Access** (Admin, Pensioner, etc.)\r\n- 📄 **Life Certificate Management**\r\n- 📢 **Announcement System**\r\n- 📑 **Grievance Redressal Mechanism**\r\n- 💳 **Pension History Tracking**\r\n- 📊 **Dashboard for Admins and Pensioners**\r\n\r\n## 🚀 Tech Stack\r\n\r\n- Backend: **Django** (Python)\r\n- Database: **PostgreSQL** (or SQLite for testing)\r\n- Frontend: **Django Templates / Bootstrap**\r\n- Authentication: **Django Auth** + **Custom OTP System**\r\n\r\n## 🛠️ Installation Guide\r\n\r\n1. **Clone the Repository**\r\n\r\n   ```bash\r\n   git clone https://github.com/SrikantAich/OnePensionOneID.git\r\n   cd one-pension-one-id\r\n   ```\r\n\r\n2. **Set Up Virtual Environment**\r\n\r\n   ```bash\r\n   python -m venv env\r\n   source env/bin/activate  # For Windows: env\\Scripts\\activate\r\n   ```\r\n\r\n3. **Install Dependencies**\r\n\r\n   ```bash\r\n   pip install -r requirements.txt\r\n   ```\r\n\r\n4. **Configure Database**\r\n\r\n   - Update your `settings.py` with your database credentials.\r\n\r\n5. **Apply Migrations**\r\n\r\n   ```bash\r\n   python manage.py migrate\r\n   ```\r\n\r\n6. **Create Admin User**\r\n\r\n   ```bash\r\n   python manage.py createsuperuser\r\n   ```\r\n\r\n7. **Run the Server**\r\n\r\n   ```bash\r\n   python manage.py runserver\r\n   ```\r\n\r\n8. **Access**\r\n\r\n   - Admin Panel: `http://127.0.0.1:8000/admin/`\r\n   - Main App: `http://127.0.0.1:8000/`\r\n\r\n\r\n\r\n## 🧪 Testing\r\n\r\nRun all tests using:\r\n\r\n```bash\r\npython manage.py test\r\n```\r\n\r\n## 🤝 Contributing\r\n\r\nContributions are welcome!  \r\nFeel free to fork this project, make your changes, and submit a pull request.\r\n\r\n## 📄 License\r\n\r\nThis project is licensed under the **MIT License** — see the [LICENSE](LICENSE) file for details.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrikantaich%2Fonepensiononeid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrikantaich%2Fonepensiononeid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrikantaich%2Fonepensiononeid/lists"}