Developed a REST API demonstrating the student-subject-teacher scenario using JpaRepository with various JPA Hibernate Relationship mappings such as OneToMany, ManyToOne, ManyToMany, etc with in-memory H2 Database.
Technologies used: Java, REST WS, JAX-RS, Spring Boot, JPA/Hibernate, Cyclic Dependency handling for - M:M, M:1, 1:M relations. Tools used: Spring Tools Suite4, Tomcat Server, In-memory H2 Database, Postman, and Maven