SpringBoot - Assignment (1) - 1
SpringBoot - Assignment (1) - 1
Kindly go through the problem statement given below carefully and attempt the assignment and submit
it on or before the due date.
Thanks,
Program Office.
# 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: -