wawashra / customers-services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Java 11
Maven 3.6.0
Docker 2.0.0.3

Running

Run kafka Server

$ cd kafka-server
$ docker-compose up

Run vertx-customers-crud microservice

$ cd vertx-customers-crud
$ docker-compose up -d
$ mvn clean compile vertx:run

Run vertx-customers-reports microservice

$ cd vertx-customers-reports
$ docker-compose up -d
$ mvn clean compile vertx:run

About


Languages

Language:Java 100.0%