Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Readme.md

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