Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 344 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 344 Bytes

sunbird-user-service

Microservice for user management

Steps to Run User-Org-Service

  • Clone the repository
    • git clone <>
  • Build the project from the cloned repo link
    • cd sunbird-user-service
    • mvn clean install
  • Run the service
    • cd user-org-service
    • mvn play2:run
  • Generating a Running_PID(optional)
    • mvn play2:start