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

https://github.com/andresp08/springboot-microservices-app

API Gateway, Config Server, Discovery Server, and microservices architecture
https://github.com/andresp08/springboot-microservices-app

config-server discovery-server eureka microservices open-feign postgresql rest-api spring-boot spring-cloud spring-cloud-gateway spring-cloud-netflix

Last synced: 7 months ago
JSON representation

API Gateway, Config Server, Discovery Server, and microservices architecture

Awesome Lists containing this project

README

          

# Springboot Microservices App

This repository contains a demo project showcasing a microservices-based application, designed to provide a hands-on understanding of microservices architecture and implementation. The project consists of an API Gateway, Config Server, Discovery Server, and two microservices: Student and School.

* **API Gateway**
* **Discovery Server**
* **Student Microservice**
* **School Microservice**
* **Inter-Service Communication**
* **OpenFeign**
* **Distributed Tracing**
* **Using Zipkin**
* **PostgreSQL**
* **Spring Cloud Netflix**