Online Book Store System using PHP/MySQLi with Source Code

Опубликовано: 04 Октябрь 2024
на канале: CSE PROJECTS& GAMING
807
20

Online Book Store System using PHP/MySQLi with Source Code
SUBSCRIBE FOR SOURCE CODE LINK-
https://drive.google.com/file/d/1uIvC...

1..Download the source code and extract the zip file.
2..Download or set up any local web server that runs PHP script.
3..Open the web-server database and create a new database name it book_store_db.
4..Import the SQL file located in the database folder of the source code.
Copy and paste the source code to the location where your local web server accessing your local projects.
5.('C:\xampp\htdocs')[http://localhost/online-book-store-system] for the user side and [http://localhost/online-book-store-system/admin] for the admin side.
Features
Admin Side
Login Page
The page where the system admin or staff submit their system credential to access the data and functionalities of the admin side of the system.
Home Page
The page where the system admin or staff will be redirected by default when logging into the system. The page display also a simple summary for some list of data on the database.
Categories Page
The page where the categories are listed and managed.
Books Page
The page where the system admin or staff encodes or manages the books to sell online.
Orders Page
The page where the list of customer orders are listed.
Sales Report Page
The page where the monthly sales report is shown and ready to print.
Users Page
​​​​​​​The page where the system admin manages the list of clothing store management system users.​​​​​​​
Users Side
Home Page
The page where the customer will be redirected by default when browsing the website. This page also displays the books.
Login Modal
The popup modal where the customers submit their system credentials in order to log in.
Signup Modal
The popup modal where the new customers will create their system credentials and submit their information.
View Modal of the Book
The modal displays all the details of the book and this is where the customer can add the selected book to their cart.
Cart Page
The page that lists all the customer's selected items.