Part 3 : FullStack Application | Spring Boot | Next Js

Опубликовано: 22 Май 2026
на канале: Pushkar Kumar
4,369
31

Hi,
This is the 3rd video of my playlist of a FullStack web application using Next.js and Spring Boot. I have named this as BookStore since user can view all the books, add a new book, update the details of a book and also delete a book. This application is backed a NoSQL database AWS DynamoDB. The backend is written using java in Spring Boot framework.

In this video, the backend service is completed, I have created the controller , repository.