Hi,
This is the 4th 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 started the frontend part of the fullstack development,
created a new next.js app, added bootstrap and axios dependecies.
Also created a service component to deal with the backend service API.