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

https://github.com/mitchi-02/ms-api-composer

A micro services api that uses the api composition pattern for data joins between services.
https://github.com/mitchi-02/ms-api-composer

api-composer eureka-discovery-service h2-database java microservices spring-boot spring-gateway

Last synced: 3 months ago
JSON representation

A micro services api that uses the api composition pattern for data joins between services.

Awesome Lists containing this project

README

        

# Micro Services with API Composer
A micro services api that uses the api composition pattern for data joins between services, for a school exam.
## Getting Started
### Clone the Repository
```bash
git clone https://github.com/Mitchi-02/ms-api-composer.git
```
### Run the server
Make sure to have maven and jdk installed, and change the required app.properties.
```
mvn clean install
mvn spring-boot:run
```