Hi,
This is the 7th 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, I have added the update form and update page to provide functionality to update book and used put method from the axios library to update book information into the database (DynamoDB) using the backend service.
Made the website responsive.
This is the final video. and the project is complete.