https://github.com/miguelms95/microservices-workshop
Microservices workshop: 2 micros + eureka and Spring Cloud Gateway
https://github.com/miguelms95/microservices-workshop
gateway java microservices microservices-architecture spring workshop
Last synced: about 2 months ago
JSON representation
Microservices workshop: 2 micros + eureka and Spring Cloud Gateway
- Host: GitHub
- URL: https://github.com/miguelms95/microservices-workshop
- Owner: miguelms95
- License: apache-2.0
- Created: 2024-11-14T15:11:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T16:27:42.000Z (over 1 year ago)
- Last Synced: 2025-02-02T14:12:17.923Z (over 1 year ago)
- Topics: gateway, java, microservices, microservices-architecture, spring, workshop
- Language: Java
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microservices workshop
Brief explanation of repo contents:
* [Deploy](deploy): scripts to deploy in local kubernetes cluster (with minikube) docker images
* [eureka-server](eureka-server): SpringBoot with Eureka
* [gateway](gateway): API Gateway
* [monitoring](monitoring): prometheus+grafana
* [order-micro](order-micro): Microservice
* [user-micro](user-micro): Microservice
* [postman-collections](postman-collections): Collection + environment