Spring Boot and React Js Full Stack Project

This article will create a full-stack project using spring boot and React Js. We will create different microservices for the backend using spring boot, MySQL, and MongoDB. after that, we will test them with the postman. After that, we will create the front end by using React Js. HTML, CSS, and connect it with the backend.

Let’s create our first microservice in our backend.

Back End Services (Spring Boot)

Authentication Services

This service is responsible for registering a new user on our platform and also validating user credentials and we also generate JWT Token which will be used to access services from other back-end services

Authentication Service full tutorial – https://gangforcode.com/user-authentication-service-using-spring-boot/

Extra Tutorial

Spring Boot MongoDB CRUD Operation

Leave a Comment