Simple interface to interact with the API, using:
Download or clone the repo:
git clone https://github.com/sandermendes/Java-SpringBoot-SSR-Frontend.git
Access the folder in question
Using Docker Compose:
docker-compose up
-
{url}/api/doctor - Returns all records
-
{url}/api/doctor/[id] - Returns a record according by id
-
{url}/api/doctor/add - Add a record
-
{url}/api/doctor/edit/[id] - Updates a record by id
-
{url}/api/doctor/delete/[id] - Deletes a record by id
More details about endpoints can be found with the following link from Postman, has been documented using the tool: