An open API service indexing awesome lists of open source software.

https://github.com/vsl700/spring-restful-api

I had to make a Youtube Tech video for the English class at the University, and I made a tutorial on Spring. It uses Spring Boot, Spring Data JPA and the H2 Database
https://github.com/vsl700/spring-restful-api

h2-database spring-boot springdatajpa

Last synced: about 2 months ago
JSON representation

I had to make a Youtube Tech video for the English class at the University, and I made a tutorial on Spring. It uses Spring Boot, Spring Data JPA and the H2 Database

Awesome Lists containing this project

README

          

# Spring - RESTful API
This project was made along with a YouTube Tech tutorial video for an English class at college. The web application is a Spring Boot application, which uses Spring Data JPA and the H2 Database. The web app consists only of one API controller, which is responsible for adding, removing and getting customers by names.

Below you can see the mappings of the API methods
![spring-restful-api-scheme](https://github.com/vsl700/Spring-RESTful-API/assets/51147745/5e1a111a-43c0-4761-978e-aee28d0a3283)