Build Status codecov

Advocacy

Advocacy is an API that controls all the steps of a law firm, with regard to the registration of clients, lawyers, processes, and finance.

Run the Application

First you will need to clone this project or download and save it in a directory of your choice.

Then, through a terminal window, access the project directory, and execute the following command:

mvnw spring-boot:run

After that, just have fun accessing the api through your browser on the default port 8080.

The API swagger and documentation can be found at URL: http://localhost:8080/swagger-ui/index.html

Run Integration Tests

Through a terminal window, access the project directory, and execute the following command:

mvnw test