Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.96 KB

File metadata and controls

56 lines (43 loc) · 1.96 KB

Table of Contents

Design of the project

The design has been explained in following ppt -

Youtube video to explain the code base

How to run the project

  • Clone it to local - git clone https://github.com/greenlearner01/Microservices.git and
  • Navigate to userManagementApp folder
  • Now there are two ways to run the project
    • First- running jar file
      • navigate to directory from command prompt

      • execute below command

          gradlew clean build 
        

        this will create the jar file inside build/libs

      • go to /build/libs and execute > java -jar .jar

    • Sencond way - Directly running the main method
      • Open the project in IntelliJ Idea or eclipse
      • And run the main method inside UserManagementAppApplication.java
  • The app will run on port 8082

End point urls