Skip to content

sandermendes/Java-SpringBoot-SSR-Frontend

Repository files navigation

Doctors Management

Language used

Back-End

  • Java 11
  • Spring Boot
  • Hibernate

Front End

Simple interface to interact with the API, using:

  • React
  • Material-UI
Front-end example image

Sander Mendes App Doctor's Management

How to use

Download or clone the repo:

git clone https://github.com/sandermendes/Java-SpringBoot-SSR-Frontend.git

Access the folder in question

Installation via Docker Compose

Using Docker Compose:

docker-compose up

Documentation

Endpoints

Basic summary
  • {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:

Open Documentation on Postman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published