Spring-boot Assignment without UI deadline - 9 July

Job ID: 34072883

Budget: ₹600 – ₹1,500 INR

# Bookess
## Problem Statement
## User Stories
1. As a user I should be able to login, Logout and Register into the application.
2. As a user I should be able to see the books without even login.
3. As a user I should be able to see my name on every page if I am a login user
4. As a user I should be able to add a book into either read Later section or like section
5. As a user I should be able to see my either read later books or loved books after clicking respective
buttons
## Admin Stories
1. As an Admin I should be able to login, Logout and Register into the application.
2. As an Admin I should be able to perform CRUD operation on the Users
3. As an Admin I should be able to perform CRUD operation on the Books
## Instructions: -
1. Please don’t use any UI in the application
2. Only backend services are required.
3. to test the application you can use postman
4. Please use Spring Boot to create the admin and User panel
5. Please use proper table structure to create database
6. Please share the .sql file for database structure
7. please use spring Boot JPA to store the data