{"id":29796864,"url":"https://github.com/arpit-shrivastva/s5-assessment-application","last_synced_at":"2026-04-13T04:39:52.642Z","repository":{"id":306860598,"uuid":"1004393965","full_name":"Arpit-Shrivastva/S5-Assessment-Application","owner":"Arpit-Shrivastva","description":"An end-to-end full-stack web application built for managing and tracking S5 audits and assessments within an organization.","archived":false,"fork":false,"pushed_at":"2025-07-28T03:09:09.000Z","size":276,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-28T05:22:59.560Z","etag":null,"topics":["angular","chartjs","java","jwt","mongodb","primeng","spring-boot","spring-security","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Arpit-Shrivastva.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-06-18T14:55:36.000Z","updated_at":"2025-07-28T03:09:12.000Z","dependencies_parsed_at":"2025-07-28T05:34:57.361Z","dependency_job_id":null,"html_url":"https://github.com/Arpit-Shrivastva/S5-Assessment-Application","commit_stats":null,"previous_names":["arpit-shrivastva/s5-assessment-application"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Arpit-Shrivastva/S5-Assessment-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arpit-Shrivastva%2FS5-Assessment-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arpit-Shrivastva%2FS5-Assessment-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arpit-Shrivastva%2FS5-Assessment-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arpit-Shrivastva%2FS5-Assessment-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arpit-Shrivastva","download_url":"https://codeload.github.com/Arpit-Shrivastva/S5-Assessment-Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arpit-Shrivastva%2FS5-Assessment-Application/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267469088,"owners_count":24092337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":["angular","chartjs","java","jwt","mongodb","primeng","spring-boot","spring-security","tailwindcss"],"created_at":"2025-07-28T05:40:48.784Z","updated_at":"2026-04-13T04:39:52.637Z","avatar_url":"https://github.com/Arpit-Shrivastva.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧾 S5 Assessment Application\n\nAn end-to-end full-stack web application built for managing and tracking S5 audits and assessments within an organization. This project demonstrates enterprise-level development with Spring Boot (Java 17), Angular, MongoDB, and modern UI tools like Tailwind CSS, PrimeNG, and Chart.js.\n\n---\n\n## 🚀 Tech Stack\n\n### 🔧 Backend\n- Java 17 (LTS)\n- Spring Boot\n- Spring Security\n- JWT Authentication\n- MongoDB\n\n### 💻 Frontend\n- Angular\n- Tailwind CSS\n- PrimeNG\n- Chart.js\n\n---\n\n## 🔐 Features\n\n### 🔒 Authentication \u0026 Security\n- Role-based login system (Admin, Auditor, Operator)\n- JWT token-based secure API access\n- Spring Security integration\n\n### 📊 Dashboard \u0026 Visualization\n- Audit summary with dynamic **bar and pie charts**\n- View and track **S5 compliance status** per location\n- Real-time visualization using Chart.js\n\n### 📋 Audit Management\n- Add, update, and view S5 audit checklists\n- Score inputs and remark fields per checklist item\n- Location-wise audit submission and filtering\n\n### 👥 User Management (Admin)\n- View all users\n- Search by email\n- Update role and username\n- Delete users (Admin only)\n\n### 📁 Clone the Repository\n\ngit clone : https://github.com/{username}/s5-assessment-app.git\n\n\n## 🔐 Default Roles\nRole\tAccess \u003cbr\u003e\nADMIN\tFull access to users, audits, and dashboard \u003cbr\u003e\nAUDITOR\tCan perform and view audits \u003cbr\u003e\nOPERATOR\tLimited access to assigned audit tasks\n\n\n## 📁 Folder Structure\n\n```\ns5-assessment-app/\n│\n├── backend/               # Spring Boot Backend\n│   ├── controller/\n│   ├── model/\n│   ├── service/\n│   ├── repository/\n│   ├── config/            # JWT, security config\n│   └── application.properties\n│\n├── frontend/              # Angular Frontend\n│   ├── src/app/\n│   │   ├── components/\n│   │   ├── services/\n│   │   ├── models/\n│   │   └── pages/\n│   └── tailwind.config.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpit-shrivastva%2Fs5-assessment-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farpit-shrivastva%2Fs5-assessment-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpit-shrivastva%2Fs5-assessment-application/lists"}