{"id":15150376,"url":"https://github.com/partheebanmani/springboot-restapi-grpc","last_synced_at":"2026-02-14T04:08:25.275Z","repository":{"id":250328109,"uuid":"834105113","full_name":"partheebanMani/springboot-restapi-grpc","owner":"partheebanMani","description":"Spring boot application with rest api and grpc","archived":false,"fork":false,"pushed_at":"2024-07-26T14:23:07.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T08:47:53.925Z","etag":null,"topics":["docker","grpc","grpc-java","grpc-server","grpc-service","h2-database","mapper","proto","protobuf","protoc","rest-api","restcontroller","spring-boot","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/partheebanMani.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":"2024-07-26T12:33:09.000Z","updated_at":"2024-07-26T14:23:10.000Z","dependencies_parsed_at":"2024-07-26T16:05:11.270Z","dependency_job_id":"6546c44c-1ba6-42ab-9d21-096c680e510a","html_url":"https://github.com/partheebanMani/springboot-restapi-grpc","commit_stats":null,"previous_names":["partheebanmani/springboot-restapi-grpc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/partheebanMani/springboot-restapi-grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/partheebanMani%2Fspringboot-restapi-grpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/partheebanMani%2Fspringboot-restapi-grpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/partheebanMani%2Fspringboot-restapi-grpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/partheebanMani%2Fspringboot-restapi-grpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/partheebanMani","download_url":"https://codeload.github.com/partheebanMani/springboot-restapi-grpc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/partheebanMani%2Fspringboot-restapi-grpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273973993,"owners_count":25200579,"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-06T02:00:13.247Z","response_time":2576,"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":["docker","grpc","grpc-java","grpc-server","grpc-service","h2-database","mapper","proto","protobuf","protoc","rest-api","restcontroller","spring-boot","springboot"],"created_at":"2024-09-26T14:03:05.148Z","updated_at":"2026-02-14T04:08:25.232Z","avatar_url":"https://github.com/partheebanMani.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Employee Records Management System\n\nThis Spring Boot application manages employee records using an in-memory H2 database and exposes endpoints for CRUD operations through both REST API and gRPC.\n\n## Prerequisites\n\n* Java 17\n\n* Maven 3\n\n* Spring Boot 3\n\n* Docker\n\n## Features\n\n* Maintains employee records in H2 database.\n* Exposes endpoints for creating, reading, updating, and deleting employee records.\n* Provides endpoints in both REST API and gRPC formats.\n\n## Endpoints\n\n### REST API\n\n* Get all employees\n* Get a specific employee\n* Create a new employee\n* Delete an employee\n\n### gRPC\nDefined in the proto file: employee.proto\n\n## Configuration\n\n* REST API: Runs on port 8081 (configurable in the properties file)\n* gRPC: Runs on port 9090 (configurable in the properties file)\n\n## Swagger Documentation\n\nAccess the Swagger UI for API documentation at: Swagger UI\n\n## Build and Run\n\n#### Maven\nUse the following Maven command to clean, install, and generate the necessary classes and jar file:\n\n    mvn clean install\n#### Docker\n##### Build Docker Image\n\n    docker build -t my-spring-boot-app .\n\n##### Start Docker Container\n\n    docker run -p 8081:8081 -p 9090:9090 -d my-spring-boot-app\n\n## Getting Started\n\n1. Clone the repository:\n\n        git clone https://github.com/partheebanMani/springboot-restapi-grpc\n\n\n2. Navigate to the project directory:\n\n        cd springboot-restapi-grpc\n\n\n3. Build the project using Maven:\n\n        mvn clean install\n\n\n4. Build and run the Docker container:\n\n       docker build -t my-spring-boot-app .\n       docker run -p 8081:8081 -p 9090:9090 -d my-spring-boot-app\n\n5. Access the REST API documentation via Swagger UI at http://localhost:8081/swagger-ui/index.html#/.\n\n## Contributing\n\nContributions are welcome! Please submit a pull request or open an issue for any changes or enhancements.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpartheebanmani%2Fspringboot-restapi-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpartheebanmani%2Fspringboot-restapi-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpartheebanmani%2Fspringboot-restapi-grpc/lists"}