Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 412 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 412 Bytes

medAPI

Simple Rest API made with Spring Boot, which consumes demo medical data.

Swagger documentation is available at /api/v1/swagger-ui/ once watch mode has started.

The API is accessible on 3 endpoints /api/v1/doctors/ /api/v1/patients/ & /api/v1/diseases/

Successful returns or thrown exceptions reported in table document_report

Usage

Watch mode

$ mvnw spring-boot:run

Test

$ mvnw clean test