Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (24 loc) · 1.36 KB

File metadata and controls

44 lines (24 loc) · 1.36 KB

eCommerce Microservices

Prerequisites

Run microservices containers + infrastructure containers (MongoDB, Zookeeper, Kafka, Postgres)

To compile the classes, start microservices containers and infrastructure containers:

$ ./start.sh

Run ONLY infrastructure containers (MongoDB, Zookeeper, Kafka, Postgres)

To run ONLY infrastructure containers (MongoDB, Zookeeper, Kafka, Postgres):

$ ./start-infra.sh

Customer Microservice details

Open API url http://localhost:8102/customers-service/v2/api-docs

Microservice base url: http://localhost:8102/customers-service

Microservice URI: /v2/customers

Microservice complete url: http://localhost:8102/customers-service/v2/customers

Order Microservice details

Open API url http://localhost:8103/orders-service/v2/api-docs

Microservice base url: http://localhost:8103/orders-service

Microservice URI: /v2/orders

Microservice complete url: http://localhost:8103/orders-service/v2/orders