{"id":22360603,"url":"https://github.com/eric-souzams/auth-microservices","last_synced_at":"2026-05-13T07:04:09.050Z","repository":{"id":51915853,"uuid":"505541761","full_name":"eric-souzams/auth-microservices","owner":"eric-souzams","description":"Microservices integration project","archived":false,"fork":false,"pushed_at":"2022-08-02T23:52:49.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T15:47:00.826Z","etag":null,"topics":["grafana","java","keycloak","open-feign","prometheus","spring-boot","spring-boot-actuator","spring-cloud-client","spring-cloud-config","spring-cloud-eureka-server","spring-cloud-gateway","spring-cloud-netflix-eureka","spring-cloud-netflix-eureka-client","spring-cloud-sleuth","spring-data-jpa","zipkin"],"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/eric-souzams.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}},"created_at":"2022-06-20T17:46:04.000Z","updated_at":"2024-04-20T15:42:13.000Z","dependencies_parsed_at":"2022-08-23T16:00:45.655Z","dependency_job_id":null,"html_url":"https://github.com/eric-souzams/auth-microservices","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eric-souzams%2Fauth-microservices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eric-souzams%2Fauth-microservices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eric-souzams%2Fauth-microservices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eric-souzams%2Fauth-microservices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eric-souzams","download_url":"https://codeload.github.com/eric-souzams/auth-microservices/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245670211,"owners_count":20653321,"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":["grafana","java","keycloak","open-feign","prometheus","spring-boot","spring-boot-actuator","spring-cloud-client","spring-cloud-config","spring-cloud-eureka-server","spring-cloud-gateway","spring-cloud-netflix-eureka","spring-cloud-netflix-eureka-client","spring-cloud-sleuth","spring-data-jpa","zipkin"],"created_at":"2024-12-04T16:17:39.269Z","updated_at":"2026-05-13T07:04:08.978Z","avatar_url":"https://github.com/eric-souzams.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Auth Microservices\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#routes\"\u003eRoutes\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#documentation\"\u003eDocumentation\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#technologies\"\u003eTechnologies\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#building\"\u003eBuilding\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#docker\"\u003eDocker\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Routes\n| Method | URL                                     | Description         |\n|--------|-----------------------------------------|---------------------|\n| GET    | http://localhost:8080/api/accounts/{id} | Get Account Details |\n| GET    | http://localhost:8090/api/loans/{id}    | Get Loan Details    |\n| GET    | http://localhost:9000/api/cards/{id}    | Get Cards Details   |\n\n## Documentation\n###\n\n| URL                                                                          | Description                    |\n|------------------------------------------------------------------------------|--------------------------------|\n\n\n## Technologies\nThis project was developed using the following technologies:\n- [Spring Boot](https://spring.io/)\n- [Spring Data JPA]()\n- [Spring Boot Actuator]()\n- [Spring Cloud Config Server]()\n- [Spring Cloud Config Client]()\n- [Spring Cloud Netflix Eureka Server]()\n- [Spring Cloud Netflix Eureka Client]()\n- [Spring Cloud Circuit Breaker - Resilience4J]()\n- [Spring Cloud Gateway]()\n- [Spring Cloud Sleuth]()\n- [Zipkin]()\n- [Open Feign]()\n- [H2 Database]()\n- [Keycloak]()\n- [Prometheus]()\n- [Grafana]()\n\n\n## Building\nYou'll need [Java 11+](https://www.oracle.com/br/java/technologies/javase-jdk11-downloads.html) and [Maven](https://maven.apache.org/download.cgi) installed on your computer in order to build this app.\n```bash\n$ git clone https://github.com/eric-souzams/auth-microservices.git\n$ cd auth-microservices\n\n$ cd {service-name}\n$ mvn install\n\nafter install all applications\n$ cd {service-name}\n$ mvn spring-boot:run\n```\n\n\n## Docker\nYou'll need [Docker](https://www.docker.com/) installed on your computer in order to build this app.\n```bash\n$ git clone https://github.com/eric-souzams/auth-microservices.git\n$ cd auth-microservices\n\n$ cd {service-name}\n$ mvn install\n$ mvn package\n\nafter package all applications\n$ docker-compose up\n```\n\n\n## Contributing\nThis repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feric-souzams%2Fauth-microservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feric-souzams%2Fauth-microservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feric-souzams%2Fauth-microservices/lists"}