Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 925 Bytes

serve-vriddhi-backend.md

File metadata and controls

62 lines (40 loc) · 925 Bytes

SERVE-Vriddhi Backend

Need Microservice

Clone the backend repo

git clone https://github.com/Sunbird-Serve/sunbird-serve-need.git

Checkout the release branch

git checkout release-need-1.1.0.0

Run below command in bash terminal

./gradlew bootRun --args='server.port=9000'

Fulfill Microservice

Clone the backend repo

git clone https://github.com/Sunbird-Serve/sunbird-serve-fulfill.git

Checkout the release branch

git checkout release-fulfill-1.1.0.0

Run below command in bash terminal

./gradlew bootRun --args='server.port=8090'

Volunteering Microservice

Clone the backend repo

git clone https://github.com/Sunbird-Serve/sunbird-serve-volunteering.git

Checkout the release branch

git checkout release-volunteering-1.1.0.0

Run below command in bash terminal

./gradlew bootRun --args='server.port=9090'