0% found this document useful (0 votes)
32 views1 page

SpringBoot - Assignment (1) - 1

The document outlines the problem statement for a book management application. It includes user stories for basic user and admin authentication, and CRUD operations for books and users. It provides instructions to build the backend services with Spring Boot, use Postman for testing, and share the database structure SQL file.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

SpringBoot - Assignment (1) - 1

The document outlines the problem statement for a book management application. It includes user stories for basic user and admin authentication, and CRUD operations for books and users. It provides instructions to build the backend services with Spring Boot, use Postman for testing, and share the database structure SQL file.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Dear Participant,

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: -

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

You might also like