himash79 /
Spring-boot-MYSQL-Rest-API-CRUD
Build Restful web services using spring boot and MYSQL and Hibernate as well as End-points authenticate with JWT authentication.
Loading repository data…
pratapnea / repository
A Restful CRUD API for a simple User Management Application. Used Spring Boot, MySQL, JPA, Hibernate Restful
- Spring Boot
- MySQL
- JPA
- Hibernate
Selected from shared topics, language and repository description—not editorial ratings.
himash79 /
Build Restful web services using spring boot and MYSQL and Hibernate as well as End-points authenticate with JWT authentication.
cusaldmsr /
This repository contains the backend implementation of the Task Manager App, developed using Java EE and Hibernate ORM. It provides a robust RESTful API that supports full CRUD operations for managing tasks, including creating, reading, updating, deleting, and toggling task statuses between Pending and Done.
KaytmazV /
The Book Management project is a RESTful API for managing books using Spring Boot, Spring Data JPA, and Hibernate. It supports CRUD operations, enabling users to add, update, delete, and retrieve books. Spring Data JPA simplifies database interactions, while Hibernate maps Java objects to tables. The project is built using MySQL as the database.
piyush1856 /
In this project we have developed a RESTful API for an Online Trip Management System. This API performs all the basic and advanced CRUD operations of any trip management application with necessary user validation for security .
gaurav7ingh /
Online shopping Application is a RESTful service where a client can perform CRUD operations on data and can receive the information from the server for this application. It's a collaborative project that concluded in 5 days.
prakhyatsinghal /
I Created a blog app using technologies Spring Boot,Spring MVC, Spring Security,Hibernate and MySQL . • Developed RESTful APIs for CRUD Operations and Login/Sign-in. • Created different profiles for dev and many JPA mappings for database modelling. • Secured the APIs using JWT Tokens and role-based security. • Integrated Swagger UI for REST APIs te