ReactJS Spring Boot CRUD Full Stack App

screenshot of ReactJS Spring Boot CRUD Full Stack App
react

Learn how to develop a full-stack CRUD application using React as frontend and spring boot as backend.

Overview

The ReactJS-Spring-Boot-CRUD-Full-Stack-App is a course available on YouTube that teaches how to create a full-stack web application using ReactJS and Spring Boot. The course is divided into multiple parts covering topics such as project architecture, creating REST APIs, connecting React with backend services, and designing various components for CRUD operations.

Features

  • Project Overview: Provides an introduction to the full stack application development process.
  • Project Architecture and Development Process: Discusses the architecture of the project and the development process.
  • Configure MySQL: Guides on creating a Spring Boot project and configuring MySQL.
  • Creating JPA Entity + Repository: Demonstrates the creation of JPA entity and repository for data handling.
  • Creating List Employee REST API: Covers the implementation of REST API for listing employees.
  • Creating React App: Shows the process of creating a React application.
  • Add Bootstrap 4 in React App: Explains how to integrate Bootstrap 4 in the React application.
  • Creating React List Employee Component: Guides on creating a component to list employees.

Summary

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components