Welcome to Atrons Book Store, an online platform for browsing and purchasing books. This project provides a user-friendly interface to search for books, view book details, and add them to the shopping cart.
- Search for books by title
- View book details including title, author, price, and description
- Add books to the shopping cart
- User authentication and session management
- HTML5 and CSS3 for the front-end
- JavaScript for interactivity and functionality
- PHP for server-side scripting
- MySQL for the database management system
- Clone the repository to your web server or run it locally using a local development environment like XAMPP.
- Create a MySQL database and import the provided SQL file to set up the required tables.
- Update the database connection settings in the PHP files (
Database.php
) to match your database credentials. - Access the application through your web browser.