Users should be able to easily search for books from index page and search for books to find their required book. Design and develop fully transactional console-based application which has the following functionalities.
Books: Facility to create information related each book in the bookstore. Input: BookNo (Primary Key), Title, SubCode, Author, Publisher
Books Chapters: Facility to create books chapter information. For every book available on the site has to have a clear view to read each chapter using books chapters view. Input: BookNo, ChapterNo, Title, startingPageno, EndingpageNo
Subjects: Facility to create subjects. Books available on the site should sub divided into different category which will help users to easily find required category books. Input: Subject Code, Name
Books Query: Direct search is needed to find books available on the site. Users must be able to search by bookNo, Title, Author.
Add/Edit/Delete Books: Facility should be provided add, edit, or delete information related to book.
Comments
Leave a comment