Introduction
  • Introduction
  • Spring & React Intro
  • Full-stack and MVC
  • IDE for a Java/JavaScript environment
  • Introduction to Postman
  • Initialize a project with Spring Boot
  • Initialize the React client project
Spring Model
  • Data options and JPA
  • Define first model class
  • JPA repository
  • Define example data
HTTP with Spring
  • Finalize base server
  • POST endpoint
  • GET endpoint
  • GET ID endpoint
  • PUT and DELETE endpoint
Frontend with React
  • Create contact listing component
  • Add materialize to the project
  • Finalize list of contacts component
  • Create and structure your components
  • Connect the add contact form to server
  • Add server controller for CORS
  • Finalize server controller for CORS
Conclusion
  • Context and state