Spring Boot based RESTful API - demonstrating Doctor-Patient scenario - with Spring Data JPA, Hibernate, Entity Relationships, PostgreSQL, Lombok, Postman, Spring Tool Suite, Tomcat Server, pg-Admin.
Developed this application by implementing the scenario where a Doctor object can have multiple Patient objects and multiple Patient objects can be represented by a single Doctor object. Demonstrated using JPA-Hibernate relationships.