Full Stack Development With Spring Boot and React
Full Stack Development With Spring Boot and React
___________________________________________________________________
Objective:
This course is intended for learning both front end and backend of the
application.
Spring Boot is used for preparing the backend of the application (API's)
React is used to create the front end of the application which accesses the Spring
Boot API's
In this section you will learn about fundamentals of Java, Spring dependency
Injection and ORM.
You will also learn about Spring Boot and create an API that uses MariaDB to
perform CRUD operations
Installing Eclipse
2.2 Basics of Maven and using it in Eclipse
2.3 Creating a project using Spring Initializr
2.4 How to run the SpringBoot project
2.5 Spring boot development tools , log messages
2.6 Installing MariaDB
2.7 Dependency Injection in SpringBoot
3. Using JPA to create and access the database (5 Hours)
Also we will also learn about how to access api using React libraries.
This section focuses on merging the front end and backend components to create
a full stack application
10. Setting the front end for the developed Spring Boot Restful Web Service (3
Hours)