Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 8 days ago
JSON representation

Dotfood App based on Microservices

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**