A simple Bookstore Management application built using:
- Frontend: HTML, CSS, JavaScript
- Backend: Java (SpringBoot)
- Add, view, update and delete books
- REST API for book management
- Simple frontend UI
bookstore-project/ |---backend/ |__frontend/
- Open the backend folder
- Run the Spring Boot application
- Open the frontend folder
- Open
index.htmlin your browser - use the navigation to go to:
-Books page (
books.html) -Add Book page (add-book.html)