https://github.com/jordanrad/s3-discovery-server
Eureka Discovery server for my microservices project
https://github.com/jordanrad/s3-discovery-server
Last synced: 5 months ago
JSON representation
Eureka Discovery server for my microservices project
- Host: GitHub
- URL: https://github.com/jordanrad/s3-discovery-server
- Owner: JordanRad
- Created: 2020-09-24T07:55:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T06:55:18.000Z (almost 4 years ago)
- Last Synced: 2023-04-27T20:29:22.571Z (about 3 years ago)
- Language: Java
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eureka Discovery-server
Eureka Discovery server for my microservices project handles microservices registry.
## Case
Microservices E-commerce project consists of several microservices. Together they build an e-commerce distributed software system which includes:
## Backend
😃 User service - see the repository [here](https://github.com/JordanRad/s3-account-service)
📦 Order service - see the repository [here](https://github.com/JordanRad/s3-order-service)
🏬 Product service - see the repository [here](https://github.com/JordanRad/s3-product-service)
🌐 Discovery server - see the repository [here](https://github.com/JordanRad/s3-discovery-server)
🔀 Gateway - see the repository [here](https://github.com/JordanRad/s3-proxy)
## Frontend
🖥️ Customer application - see the repository [here](https://github.com/JordanRad/s3-microservices-client)
🖥️ Admin application -see the repository [here](https://github.com/JordanRad/s3-microservices-client)
## My discovery server includes:
- Zuul Gateway on port: **8080**
- Account service on port: **8081**
- Order service on port: **8082**
- Product service on port: **8083**
## Architecture