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
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.
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
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
Music Library is build By Using Spring Boot in java fundamentals are RestController, GetMapping, PostMapping, PutMapping, DeleteMapping, Override, PathVariable and RequestBody
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
This project automates daily backups of a specified directory using a shell script and rsync, with logging for both success and failure outcomes, and integrates email notifications for backup status.
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.