CRUD Application | Full Stack Project | React, Spring Boot, Hibernate & MySQL

Опубликовано: 11 Июнь 2022
на канале: Code for Interview
19,901
408

In this video we will create our Full Stack Project - CRUD APPLICATION using React, Spring Boot, Hibernate MySQL

Watch this video to create frontend of this Application
   • CRUD Application | React js & Materia...  

Technologies Used:
Frontend: React.js & Material-UI
Backend: Spring Boot & Hibernate
Database: MySQL

---------------------------------------------------------------------------------------------
Please find the source code of the Project
https://github.com/kunaltyagi9/Spring...
---------------------------------------------------------------------------------------------

Setup MySQL in your system, watch this video
   • How to Install MySQL on Windows  

Java Projects Playlist:    • 1/12 - Bank Management System | Java ...  
JavaScript Projects Playlist:    • JavaScript Projects  
React Projects Playlist:    • React Projects  
MERN Stack Projects Playlist:    • MERN Stack Projects  
Spring Boot Projects:    • CRUD Application | Full Stack Project...  
Next.js Projects Playlist:    • Next.js Projects  

Follow Us
Instagram: codeforinterview (  / codeforinterview  )
Telegram: codeforinterview (https://t.me/codeforinterview)

00:00 Introduction
04:30 Frontend of the project
05:36 Download STS and MySQL Workbench
07:36 Creating a Spring Boot project
14:51 Understanding file structure
17:30 Run a Spring Boot application
18:56 Configuring & Running the frontend
21:28 Creating controller
25:12 Creating model class
31:57 Creating service & working with controller
36:57 Creating class for service implementation
39:08 Creating DAO for database implementation
40:56 Implementation to save user data in database
44:08 Configuring MySQL database
48:40 Adding Hibernate Configurations
51:18 Running the application, resolving CORS & saving data
55:58 Fetch all users data from the database
59:19 Fetch user data by id
1:03:52 Saving edited information in database
1:07:21 Implementing delete user logic
1:10:39 END