{"id":30742208,"url":"https://github.com/srinivas6303/fullstack_student_management","last_synced_at":"2026-04-11T17:44:05.694Z","repository":{"id":305311977,"uuid":"1022012326","full_name":"srinivas6303/Fullstack_Student_Management","owner":"srinivas6303","description":"This is a full-stack Student Management System that provides complete CRUD operations for managing student data.","archived":false,"fork":false,"pushed_at":"2025-07-19T09:41:14.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-19T15:12:13.844Z","etag":null,"topics":["components","controller","java","mysql-database","mysql-workbench","navigation-component","react","react-router","rest-api","spring-boot","spring-data-jpa","toast-notifications","useeffect","usestate"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srinivas6303.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,"zenodo":null}},"created_at":"2025-07-18T10:00:40.000Z","updated_at":"2025-07-19T09:43:46.000Z","dependencies_parsed_at":"2025-07-19T15:13:28.932Z","dependency_job_id":"88af4ad4-fe83-43e1-a4a7-1b7f5fb0d640","html_url":"https://github.com/srinivas6303/Fullstack_Student_Management","commit_stats":null,"previous_names":["srinivas6303/fullstack_student_management"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/srinivas6303/Fullstack_Student_Management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srinivas6303%2FFullstack_Student_Management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srinivas6303%2FFullstack_Student_Management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srinivas6303%2FFullstack_Student_Management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srinivas6303%2FFullstack_Student_Management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srinivas6303","download_url":"https://codeload.github.com/srinivas6303/Fullstack_Student_Management/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srinivas6303%2FFullstack_Student_Management/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273539162,"owners_count":25123494,"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-09-03T02:00:09.631Z","response_time":76,"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":["components","controller","java","mysql-database","mysql-workbench","navigation-component","react","react-router","rest-api","spring-boot","spring-data-jpa","toast-notifications","useeffect","usestate"],"created_at":"2025-09-04T01:31:04.141Z","updated_at":"2026-04-11T17:44:05.687Z","avatar_url":"https://github.com/srinivas6303.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧑‍🎓 Student Management System - Full Stack Project\n\nThis is a full-stack **Student Management System** that provides complete **CRUD** operations for managing student data. The project is built using:\n\n- **Backend:** Spring Boot, Rest Api, Spring Data JPA, MySQL\n- **Frontend:** React.js, React Router DOM, Toast Notifications\n\n---\n\n## 🚀 Features\n\n### ✅ Backend (Spring Boot)\n- Add a new student\n- Get all students\n- Get a student by ID\n- Update student details\n- Delete a student by ID\n- Search students by name or substring\n\n### ✅ Frontend (React)\n- Component-based structure\n- React Router DOM for navigation\n- Toast notifications for success/error messages\n- Hooks like `useState`, `useEffect` for state and lifecycle management\n- Axios for HTTP requests\n\n---\n\n## 📁 Project Structure\n\n### 🔙 Backend - `StudentManagementBackend`\n#### Technologies:\n- Java 17+\n- Spring Boot\n- Rest Api\n- Spring Data JPA\n- MySQL\n- Maven\n\n#### Controllers Used:\n```java\npackage com.example.StudentManagementBackend;\n\n@RestController\n@CrossOrigin(origins = \"http://localhost:5173\")\npublic class StudentController {\n    // Endpoints for CRUD and search operations\n}\n```\n\n#### 📌 Main Endpoints:\n- `POST /addStudent`\n- `GET /getAllStudents`\n- `GET /getById/{id}`\n- `DELETE /deleteById/{id}`\n- `PUT /updateStudent`\n- `GET /findByName/{name}`\n- `GET /findBySubString/{str}`\n\n\u003e ⚠️ Make sure your MySQL DB is running and configured properly in `application.properties`.\n\n---\n\n### 🌐 Frontend - `StudentManagementFrontend`\n\n#### Technologies:\n- React.js\n- React Router DOM\n- Axios\n- React Toastify\n- Hooks (`useState`, `useEffect`)\n\n#### 📦 Structure:\nEach backend API is connected to a separate React component:\n- Adding a student\n- Listing all students\n- Viewing student by ID\n- Updating student details\n- Deleting a student\n- Searching by name or substring\n\n#### ▶️ Run Frontend:\n```bash\ncd StudentManagementFrontend\nnpm install\nnpm run dev\n```\nhttps://github.com/user-attachments/assets/bafc1eef-cdbd-45b4-9dd6-90a56f3126df\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrinivas6303%2Ffullstack_student_management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrinivas6303%2Ffullstack_student_management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrinivas6303%2Ffullstack_student_management/lists"}