/ms-api-composer

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

Primary LanguageJava

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

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