Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.27 KB

File metadata and controls

31 lines (25 loc) · 1.27 KB

📚 BookRush - Online Bookstore Management System

A web-based application for managing an online bookstore — built as a full-stack project to handle books, customers, and orders.

📌 Overview

This project was originally developed in 2016 using HTML, PHP, CSS, JavaScript, and MySQL and later uploaded to GitHub in 2025 for portfolio purposes.
It demonstrates my early experience in web development and database-driven applications.

⚙️ Features

  • 📖 Add, update, and delete books from the catalog
  • 🛒 Shopping cart and order management
  • 🔍 Search and filter books by title, author, or category

🛠️ Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: PHP
  • Database: MySQL
  • Server: Apache (XAMPP/LAMP/WAMP)

🚀 How to Run

  1. Clone the repository
  2. Import the SQL file into MySQL
  3. Run the project on XAMPP/LAMP/WAMP server
  4. Access:
  • Customer via http://localhost/BookRush/Customer/BR
  • Admin via http://localhost/BookRush/Admin/admin

📖 Notes

  • This project was created in 2016, so some coding practices may be outdated.
  • Uploaded in 2025 to showcase my early web development skills.
  • A future improvement would be to rebuild it using modern frameworks (e.g., Flask + React).