This is a web application for a book store, where customers can browse and purchase books. The application allows customers to create an account, login, and add books to their shopping cart. Customers can also view their order history and download their receipts.
- Clone the repository or download the source code.
- Navigate to the project directory.
- place the text inside the sql folder and place it inside the mysql run query.
- PHP
- MySQL
- HTML
- CSS
- JavaScript
- Account creation and login
- Browse books by category
- Search for books by title or author
- Add books to shopping cart
- View and modify shopping cart
- Checkout and pay for items
- View order history and download receipts
To run the application, you will need to have PHP and MySQL installed on your machine. You can download and install the latest version of PHP from the official website at http://www.php.net/downloads.php, and MySQL from the official website at https://www.mysql.com/downloads/.
To set up the database, you can import the database.sql file into MySQL. Make sure to edit the config.php file with your database credentials.
Once you have set up the database, you can run the application by navigating to the project directory in your terminal and running the command php -S localhost:8000. You can then open the application in your web browser at http://localhost:8000.
- Cheat 2001
- No Name
- No Name
This project is licensed under the MIT License - see the LICENSE file for details.