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'
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'
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'