Skip to content

E8-Web-Application/book-store-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Store Project

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.

Setup

  • 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.

Technologies Used

  • PHP
  • MySQL
  • HTML
  • CSS
  • JavaScript

Features

  • 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

Getting Started

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.

Contributors

  • Cheat 2001
  • No Name
  • No Name

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors