Part 5 : FullStack Application | Spring Boot | Next Js

Опубликовано: 27 Октябрь 2024
на канале: Pushkar Kumar - Software Developer
1,633
14

Hi,
This is the 5th 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 used the axios library to call the backend service and show them on the index page.
Fix the CORS issues on the backend side.