AzharMobeen / Az-Flight-Connector

It's a maven multi-module project which have couple of microservices on top of Java, Spring boot, spring cloud gateway, reast API's and for front end REACT-JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Az-Flight-Connector

  • It's Maven multi-module project have below microservices:
    • az-master-data
    • az-flight-connector-builder
    • az-api-gateway
    • az-reactJs-app

How To run:

  • First build project
./mvnw install
  • Now run one by one
./mvnw spring-boot:run -pl az-flight-connector-builder
./mvnw spring-boot:run -pl az-master-data
./mvnw spring-boot:run -pl az-api-gateway
./mvnw spring-boot:run -pl az-reactJs-app

Az-ReactJs-App (Frontend)

Import all request/response

For JaCoCo

  • After building project please check below reports:
    • For az-master-data report path: az-master-data/target/site/jacoco/index.html
    • For az-flight-connector-builder report path: az-flight-connector-builder/target/site/jacoco/index.html

Report
Report

For SonarQube

  • Please generate key from SonarQube server and update below command accordingly
./mvnw sonar:sonar -Dsonar.host.url=http://localhost:9000 -Dsonar.login=the-generated-token
  • We can see aggregate report for all the modules SonarQube SonarQube-sub

Az-ReactJs-App

UI-last-update

About

It's a maven multi-module project which have couple of microservices on top of Java, Spring boot, spring cloud gateway, reast API's and for front end REACT-JS


Languages

Language:Java 91.2%Language:PureBasic 8.7%Language:HTML 0.1%