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.
- Host: GitHub
- URL: https://github.com/mitchi-02/ms-api-composer
- Owner: Mitchi-02
- Created: 2024-05-04T14:47:32.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-17T12:33:45.000Z (12 months ago)
- Last Synced: 2025-01-24T08:11:30.024Z (4 months ago)
- Topics: api-composer, eureka-discovery-service, h2-database, java, microservices, spring-boot, spring-gateway
- Language: Java
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```