How to install & start the project? install the dependencies: mvn install start the server: mvn spring-boot:run -Dspring-boot.run.arguments=--server.port=9090 -X Visit the url: http://localhost:9090 Do the requests documented in users.http file.