{"id":26538608,"url":"https://github.com/ruben-rdez/student-mgmt","last_synced_at":"2026-04-09T18:34:04.095Z","repository":{"id":283335364,"uuid":"948172337","full_name":"ruben-rdez/student-mgmt","owner":"ruben-rdez","description":"Student Management Backend","archived":false,"fork":false,"pushed_at":"2025-03-19T17:40:07.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T18:29:24.673Z","etag":null,"topics":["docker","docker-compose","git","github","java","maven","mysql","rest-api","spring-data-jpa","springboot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/ruben-rdez.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-03-13T21:47:02.000Z","updated_at":"2025-03-19T17:40:11.000Z","dependencies_parsed_at":"2025-03-19T18:40:11.453Z","dependency_job_id":null,"html_url":"https://github.com/ruben-rdez/student-mgmt","commit_stats":null,"previous_names":["ruben-rdez/student-mgmt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fstudent-mgmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fstudent-mgmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fstudent-mgmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fstudent-mgmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruben-rdez","download_url":"https://codeload.github.com/ruben-rdez/student-mgmt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244880659,"owners_count":20525515,"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","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":["docker","docker-compose","git","github","java","maven","mysql","rest-api","spring-data-jpa","springboot"],"created_at":"2025-03-21T23:18:51.845Z","updated_at":"2026-04-09T18:34:04.067Z","avatar_url":"https://github.com/ruben-rdez.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Student Management Backend\n\nThis is a Spring Boot application for managing students. It provides a REST API for CRUD operations on student entities.\n\n## Table of Contents\n\n- [Features](#features)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Usage](#usage)\n- [API Endpoints](#api-endpoints)\n- [Running Tests](#running-tests)\n\n\n## Features\n\n- Create, read, update, and delete students\n- REST API\n- MySQL database integration\n- Docker support\n\n## Requirements\n\n- Java 21\n- Spring Boot 3.4.3\n- Spring Data JPA\n- Actuator\n- Swagger\n- Validation\n- Lombok\n- Model Mapper\n- Maven\n- MySQL\n- Git\n- GitHub\n- Docker\n- Logging with SLF4J\n- Resilience4j for fault tolerance\n- Rate Limiting with resilience4j\n- Exception handling\n\n## Installation\n\n1. Clone the repository:\n    git clone https://github.com/ruben-rdez/student-mgmt.git\n\n2. Configure the database in application.properties:\n    spring.datasource.url=jdbc:mysql://localhost:3306/studentsdb\n    spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver\n    spring.datasource.username=username\n    spring.datasource.password=password\n\n3. Build the project:\n   mvn clean package\n\n## Usage\n\n1. Run the application:\n   mvn spring-boot:run\n\n2. The application will be available at http://localhost:8080/swagger-ui/index.html\n\n## API Endpoints\n\n- `GET /students` - Get all students\n- `GET /students/{id}` - Get a student by id\n- `GET /students/{email}` - Get a student by email\n- `POST /students` - Add a student\n- `PUT /students/{id}` - Update a student\n- `PATCH /students/{id}/email` - Update a student's email by id\n- `DELETE /students/{id}` - Delete a student\n\n## Running Tests\n\nTo run the tests, use the following command:\nmvn test","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruben-rdez%2Fstudent-mgmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruben-rdez%2Fstudent-mgmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruben-rdez%2Fstudent-mgmt/lists"}