Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 415 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 415 Bytes

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