This is group's 33b Software Engineering Methods lab project
Scenario: ROWING\
This project contains the following microservices:
-activity
-authentication
-notification
-user
Inside each of the microservice's readmes there are intructions on how to run and configure
- Run the Authentication microservice(you can use the guide here to configure and run it).
- Import this configuration into Postman as a collection.
- Replace in the body of the requests 'microserviceName' with the name of the microservice(notification for notification-microservice and activity for activity-microservice).
- Alternatively to Postman you can check out the following pictures depicting the POST requests needed to be performed.
- Set the token received to the value 'microserviceJWT' inside the microservice's application.properties