A Simple backend RESTFul API service with CRUD features demonstrated with GET,POST,PUT,DELETE methods using JavaScript Fetch
After cloning this repo start the springboot application and at the same time open the index.html using live server in VS Code, also create a database in MySQL named sb201db, then you can see how it is interacting with the database.
- Admin can see all the books and the book related data
- Admin can delete the books
- Admin can add new book
- Admin can update the books
- User can see the books (but not all the data, author_id, book_no are hidden)