Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 2.08 KB

README.md

File metadata and controls

62 lines (49 loc) · 2.08 KB

Logo

An online book selling and renting system which makes it effortless for both parties to sell and rent their books
Explore the docs »

View Demo · Report Bug · Request Feature

About the Project

We built this website as a mini-project for Web Technology and DBMS Lab, Sem 5. We wanted to build a well managed, centralised web application for buying, selling and renting the books.

Features

  • Buy & sell books Users can order books and sell their books. They can also keep track of their inventory, order history and cart.

  • Rent books Users can also rent books. The renting system also includes automated waiting list queuing sytem and notification alerts.

Technology Stack

Backend

  • PHP (7.4.10)
  • MySQL (Database)

Frontend

  • HTML5
  • CSS
  • AJAX
  • jQuery
  • Javascript

Build Instructions

  1. Clone this repo in the htdocs folder of your XAMPP folder.
  2. Install XAMPP.
  3. Enter your database credentials in config.php.
  4. Start Apache and MySQL server from XAMPP.
  5. Go to https://localhost/book_ecommerce/migrations.php if running for the first time.

The setup is complete! You can go to https://localhost/book_ecommerce/books/ to browse the app.

Developers