Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 839 Bytes

readme.md

File metadata and controls

22 lines (12 loc) · 839 Bytes

Build Status

Getting Started

Guides

  1. Start the Docker container using start services task in docker services task

  2. Start the spring boot server using any IDE

API's

  1. http://localhost:8080/clients - lists all the clients

  2. http://localhost:8080/clients/{id} - Returns the list of investors in client

  3. http://localhost:8080/investors/2 - Returns the list of fund for investor

  4. http://localhost:8080/clients/ (POST method) - Creates a client

  5. http://localhost:8080/clients/4 (PUT method) - Edits a client

Work in Progress for Unit tests and documenting the API using Spring Rest Docs