Create Full stack web application using Spring Boot and React. In this video we will use Spring Boot ( MVC, JPA, Hibernate) and Mysql Database to create the Backend application (Restful web service API) with and use React.js to create the frontend application with Material UI and React Hooks( useState, useEffect) with functional components. We will build simple full stack project with RESTful Web services API and also use fetch (you can use axios) for consuming REST API.
Timestamps :
00:00 - Intro / Demo
00:50 - Prerequisites
01:42 - Backend folder structure
06:39 - Model
09:43 - Spring Boot configuration for Connecting with Mysql
12:53 - PostMapping (Saving Data into Database)
18:33 - GetMapping (Getting Data from Database)
21:10 - Create React App
24:56 - Adding Appbar
28:20 - Adding Controlled form for Adding Student
36:10 - Send Data into database
42:55 - Get Data from database to react app
48:17 - Full stack Spring Boot React Project Completed
Github Link : https://github.com/youtube-arjun-codes
Source Code Backend : https://github.com/youtube-arjun-codes/FullStackApp
Source Code Frontend : https://github.com/youtube-arjun-codes/FullStackAppFrontEnd
Spring Boot CRUD : https://youtu.be/3cVZQiL3Alk
Subscribe: https://www.youtube.com/c/ArjunCodes/featured
#react #spring-boot