- 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
- 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.
• 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.
• 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.
• 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.
- The database component of the system comprises of 10 tables namely Author,Orders , Publisher, Books, Subject, Customer, Admin, TempCart, Cart and Language.