https://github.com/aliabbosashurov/spring-cloud-eureka-microservices
A microservices architecture project with User and Notification Services using Spring Boot, Eureka, Feign, PostgreSQL, and MongoDB. Includes service discovery, inter-service communication, and database integration.
https://github.com/aliabbosashurov/spring-cloud-eureka-microservices
eureka feign microservices mongodb spring-boot spring-cloud
Last synced: 11 days ago
JSON representation
A microservices architecture project with User and Notification Services using Spring Boot, Eureka, Feign, PostgreSQL, and MongoDB. Includes service discovery, inter-service communication, and database integration.
- Host: GitHub
- URL: https://github.com/aliabbosashurov/spring-cloud-eureka-microservices
- Owner: Aliabbos-Ashurov
- Created: 2025-01-21T09:12:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T05:44:00.000Z (10 months ago)
- Last Synced: 2025-03-10T06:29:33.530Z (10 months ago)
- Topics: eureka, feign, microservices, mongodb, spring-boot, spring-cloud
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Cloud Netflix Eureka Microservices
This repository contains a microservices-based project that demonstrates the implementation of a **User Service** and a
**Notification Service** using **Spring Boot**, **Eureka Discovery Server**, and **MongoDB/PostgreSQL**. The system
leverages **Feign Clients** for inter-service communication and integrates with **Eureka Server** for service
registration and discovery.

## Technologies Used
- **Spring Boot** for microservices.
- **Spring Cloud** for service discovery and Feign integration.
- **MongoDB** and **PostgreSQL** as databases.
- **Docker** for containerization.