-
Start the Docker container using start services task in docker services task
-
Start the spring boot server using any IDE
-
http://localhost:8080/clients - lists all the clients
-
http://localhost:8080/clients/{id} - Returns the list of investors in client
-
http://localhost:8080/investors/2 - Returns the list of fund for investor
-
http://localhost:8080/clients/ (POST method) - Creates a client
-
http://localhost:8080/clients/4 (PUT method) - Edits a client