Skip to content

The software is intended to be used in Bookstores and Libraries. This software provides easier access to complete information on books.

License

Notifications You must be signed in to change notification settings

yashwanth-eshwarappa/Bookstore-Database-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

OVERVIEW:

The software is designed to be used in bookstores and libraries, in order to facilitate the access to accurate information about books. Among its many features is the ability to browse and categorize books based on names, authors, and publications, providing links to borrow and purchase books, and supporting the administration of the database system.

Both customers and administrators are able to find information on required books simply by typing in the author or ISBN in the same place without much manual effort.

DATA AND FUNCTIONAL REQUIREMENTS:

The database is organized into three main entities:

  1. Books
  2. Authors
  3. Login

These Functional and Data requirements from the user is very necessary for the successful execution of the database. The designer can ensure that the database meets all the aspects of the database.

The entity type Books has following attributes

  1. ISBN - Primary Key
  2. Title
  3. Authors
  4. Publishers
  5. Price
  6. Language
  7. Genre

The entity type Author has attributes

  1. sname - Primary Key
  2. name
  3. lname
  4. fullname
  5. Country

An entity type Login with attributes

  1. Username
  2. Password

SAMPLE SCREENSHOTS:

Bookstore Home Page

Bookstore Browse Page

ADMIN LOGIN Login Page

Admin Admin page view

UPDATE Update page view

About

The software is intended to be used in Bookstores and Libraries. This software provides easier access to complete information on books.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages