Skip to content

Web store for selling and purchasing books online. Book can be new as well as old. Includes two main types of users - the administrator and the end user

Notifications You must be signed in to change notification settings

Samyakb50/Libri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Libri

  • A web store for selling and purchasing books online. The books may be new as well as used. The system includes two main types of users - the administrator, and the end user

Technologies applied in the project

  • The web store project is built in three parts - the front end which interacts directly with the user, the back end where the abstract functionality is executed, and the database that stores all the associated data components and information.

Motivation for the project

• We provide you books ranging from first Edition to last.
• We promote young writers by aiding and sponsoring them.
• Provide books of various languages by just one click.

Admin side functionalities

• Login – Simple login page asking for admin credentials his username and password.
• Add more book - Form asking details about the book.
• Edit book details – Enable admin to edit details about the book.
• Delete any book – Enable admin to delete book.
• View orders – Enable admin to view all orders.
• Update order status - Enable admin to change status of book to in queue, dispatched and delivered.

End user side functionalities

• View all books – Display all list of all available books to end user.
• Sign up and/or login – Allow end user to sign up store details in customer table. Login using rest api.
• Add book to cart – Selected books will be added to user cart.
• Search for any book – Allow user to search book based on subject, title, publisher , used/unused and language.
• View orders – Allow customer to views their order and ask user about mode of payment give discount.
• View/edit cart- Allow user to edit their cart.

Database

  • The database component of the system comprises of 10 tables namely Author,Orders , Publisher, Books, Subject, Customer, Admin, TempCart, Cart and Language.

About

Web store for selling and purchasing books online. Book can be new as well as old. Includes two main types of users - the administrator and the end user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published