A Java Spring Boot based service that offers APIs to be used by PeopleApp and other clients belonging to the same domain.
The service offers Restful APIs to CREATE, UPDATE and FETCH user profile.
- MongoDB 3.6
- Internet for the dependencies to be downloaded by gradle
- Clone the repository on your local machine
- Use command
./gradlew clean buildto build the application - Use command
./gradlew bootRunto boot up the service
The service will bootup on port 9740. Check if the service is up by visiting http://localhost:9740/health-check
- Java 11
- Spring Boot
- Jackson as ObjectMapper
- Junit 5 for Unit Testing