{"id":25202222,"url":"https://github.com/mrakashkumar/microservicesspringboot","last_synced_at":"2025-07-25T09:33:58.802Z","repository":{"id":184629737,"uuid":"331906335","full_name":"MrAkashKumar/MicroservicesSpringBoot","owner":"MrAkashKumar","description":"it is micro-services spring boot application. we are creating API Gateway layer, registry service layer and two other service layer. it is communicating each to other. Every service goes to API Gateway layer. We are using multi technologies in this project like cloud services and other ","archived":false,"fork":false,"pushed_at":"2021-01-25T11:56:58.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T21:44:47.270Z","etag":null,"topics":["actuator-spring-boot","eureka-client","eureka-server","gateway-api","java8","jwt-token","microservice","rest-api","springboot2"],"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/MrAkashKumar.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}},"created_at":"2021-01-22T10:03:16.000Z","updated_at":"2021-01-25T11:57:00.000Z","dependencies_parsed_at":"2023-07-29T11:53:29.323Z","dependency_job_id":null,"html_url":"https://github.com/MrAkashKumar/MicroservicesSpringBoot","commit_stats":null,"previous_names":["mrakashkumar/microservicesspringboot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MrAkashKumar/MicroservicesSpringBoot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrAkashKumar%2FMicroservicesSpringBoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrAkashKumar%2FMicroservicesSpringBoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrAkashKumar%2FMicroservicesSpringBoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrAkashKumar%2FMicroservicesSpringBoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrAkashKumar","download_url":"https://codeload.github.com/MrAkashKumar/MicroservicesSpringBoot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrAkashKumar%2FMicroservicesSpringBoot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266987243,"owners_count":24017071,"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-25T02:00:09.625Z","response_time":70,"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":["actuator-spring-boot","eureka-client","eureka-server","gateway-api","java8","jwt-token","microservice","rest-api","springboot2"],"created_at":"2025-02-10T06:18:07.117Z","updated_at":"2025-07-25T09:33:58.746Z","avatar_url":"https://github.com/MrAkashKumar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MicroservicesSpringBoot\nit is micro-services spring boot application. we are creating API Gateway layer, registry service layer and two other service layer. it is communicating each to other. Every service goes to API Gateway layer. We are using multi technologies in this project like cloud services and other \n\nSTEP 1 :: First run registery-service\n\nSTEP 2 :: After Run API-Gatway Service\n\nSTEP 3 :: After Run Employee-service \n\nSTEP 4 :: After Run Company Service\n\n\n*****************************************--------------*********************************\n\n\nif you want to run on your local machine then use this command\n\nStep 1 :: git clone https://github.com/MrAkashKumar/MicroservicesSpringBoot.git\n\nStep 2 :: Import IDE (suggested IDE like :: Intellij IDEA) but you can use any IDE\n\nStep 3 :: mvn clean install \n\nStep 4 :: Configure as per module and run \n\nStep 5 :: Enjoy and learn \n\n\n--------********----------**********-----------***************\n\n\nAPI Details of each services \n\n\n..............**********.............************............\n\n\nSTEP 1 :: Create company details\n\n      URL : localhost:9191/com/api/company\n      TYPE : POST\n      Request Body:: \n          {\n               \"companyName\":\"Company XXXXX\",\n               \"companyLocation\":\"PUNE\",\n               \"companyCode\":\"ComapnyXXX\"\n          }\n          \nSTEP 2 :: GET Company Details\n\n    URL:: localhost:9191/com/api/company/1\n    TYPE:: GET\n    Response \n    \nSTEP 3 :: Create Employee details \n\n    URL :: localhost:9191/emp/api/employee\n    TYPE :: POST\n    Request Body::\n       {\n            \"employeeName\":\"Akash Kumar\",\n            \"email\":\"akash.kumar@company.com\",\n            \"employeeCode\":\"Company356\",\n            \"companyId\":\"1\"\n      }\n        \nSTEP 4 :: GET Employee Details\n \n    URL :: localhost:9191/emp/api/employee/1\n    TYPE:: GET\n    Response\n    \n    \nEnjoy End !!!!!!!!!!\n\nThanks\n\nif anything confusion please let me know\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrakashkumar%2Fmicroservicesspringboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrakashkumar%2Fmicroservicesspringboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrakashkumar%2Fmicroservicesspringboot/lists"}