https://github.com/tnas/dotfood
Dotfood App based on Microservices
https://github.com/tnas/dotfood
angular14 eureka-client eureka-server java17 microservices openfeign resilience4j spring-boot
Last synced: 4 months ago
JSON representation
Dotfood App based on Microservices
- Host: GitHub
- URL: https://github.com/tnas/dotfood
- Owner: tnas
- Created: 2022-11-08T14:55:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T18:01:52.000Z (over 3 years ago)
- Last Synced: 2025-04-09T23:52:05.913Z (12 months ago)
- Topics: angular14, eureka-client, eureka-server, java17, microservices, openfeign, resilience4j, spring-boot
- Language: Java
- Homepage:
- Size: 6.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfood
Sample application developed following an architecture based on Microservices.
### Microservices
The microservices were developed with **Spring Boot**
- Payments
- Orders
### Databases
- Both microservices have a **MySQL** database.
- They used **Flyway** for database migration.
### Service Registration and Discovery
It was employed **Netflix Eureka Server**
### Gateway
It was used **Netflix Eureka Client**
### Synchronous Communication
It was used **Open Feign**
### Circuit Breaker
It was used **Resilience4j**