You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project has Restful API's that allows us to manage to cricket data in the database using sprint boot JPA and Hibernate. By performing CRUD (Create, Read, Update, Delete) operations on the cricket data
This Spring Boot application provides a web interface for managing student grades. Users can create new grades, update existing grades, and view a list of all submitted grades.
This project has Restful API's that allows us to manage to Music Library data in the database using sprint boot JPA and Hibernate. By performing CRUD (Create, Read, Update, Delete) operations on the Music Library data
Spring Boot web app leveraging Apache Commons CSV library to import recipe data from a .txt file, maps the data to Java objects, stores in memory to an ArrayList, and creates RestController endpoints that filter the data
Music Library is build By Using Spring Boot in java fundamentals are RestController, GetMapping, PostMapping, PutMapping, DeleteMapping, Override, PathVariable and RequestBody
APIs para una market en spring, la cual incluye el CRUD para operear los datos de productos, categorias y compras.Creando su documentación con swagger y implementando JWT con spring Security para darle seguridad a nuetsros servicio.
Spring Boot web app that integrates with a third party API, maps the JSON response to Java objects, and creates endpoints inside of a RestController returning a customized meal plan based on user inputed query parameters.
It is an simple JAVA API design using Spring Boot, Tomcat and "Json Web Token (Jwt)" based authentication. I used Amazon Web Service (AWS) and Mongodb to store my data. I implemented different types of Mapping eg. @GetMapping, @PostMapping, @PutMapping and @DeleteMapping