https://github.com/abhishek-soni6904/booknest-book-store
BookNest is a responsive PHP-based online bookstore for browsing, purchasing books, and managing orders with a secure customer and admin panel.
https://github.com/abhishek-soni6904/booknest-book-store
book-store-project bookstore college-project css ecomm html js my-sql online-store php respons web-app xammp
Last synced: 6 months ago
JSON representation
BookNest is a responsive PHP-based online bookstore for browsing, purchasing books, and managing orders with a secure customer and admin panel.
- Host: GitHub
- URL: https://github.com/abhishek-soni6904/booknest-book-store
- Owner: Abhishek-soni6904
- Created: 2025-04-10T10:37:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T13:18:57.000Z (6 months ago)
- Last Synced: 2025-04-11T03:49:31.256Z (6 months ago)
- Topics: book-store-project, bookstore, college-project, css, ecomm, html, js, my-sql, online-store, php, respons, web-app, xammp
- Language: PHP
- Homepage: https://booknest.devbyabhishek.infinityfreeapp.com/
- Size: 17.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π BookNest β Online Book Store
Welcome to **BookNest**, your go-to destination for discovering and purchasing premium books across various genres and categories. This full-featured online bookstore offers an intuitive user experience for readers and a powerful admin panel for managing inventory and orders.
π **Live Demo**: [BookNest Online Store](https://booknest.devbyabhishek.infinityfreeapp.com/)
π» **GitHub Repository**: [BookNest-Book-Store](https://github.com/Abhishek-soni6904/BookNest-Book-Store)---
## β¨ Features
### π For Customers:
- **User Authentication**: Secure signUp and login system.
- **Book Browsing**: Explore books by category, title, or author.
- **Search & Filter**: Powerful search and filtering to find your next read quickly.
- **Shopping Cart**: Add items to cart, update quantities, and view total.
- **Order Checkout**: Smooth checkout process with shipping details.
- **Order History**: View and track your past orders.### βοΈ For Admin:
- **Admin Authentication**: Separate login for admin access.
- **Product Management**: Add, edit, or remove books from the catalog.
- **Order Management**: View and update order statuses (e.g., Pending, Delivered).> π **Admin Credentials:**
> π§ Email: `admin@gmail.com`
> π Password: `123`### π‘ Additional Highlights:
- **Responsive Design**: Fully mobile-friendly and desktop-optimized.
- **Clean UI**: Simple and user-friendly interface for a seamless experience.---
## π Installation Guide
Follow these steps to run **BookNest** locally:
1. **Clone the repository**
```bash
git clone https://github.com/Abhishek-soni6904/BookNest-Book-Store.git
```2. **Navigate into the project**
```bash
cd BookNest-Book-Store
```3. **Set up the database**
- Import the `bookstore.sql` file into your MySQL database.
- Update your database configuration in `require/config.php`:
```php
$host = 'localhost';
$username = 'root';
$password = '';
$database = 'bookstore';
```4. **Start a local server**
- Use software like **XAMPP**, **WAMP**, or **MAMP**.
- Place the project in your server's root directory (e.g., `htdocs` for XAMPP).5. **Open in your browser**
```
http://localhost/BookNest
```
---
## πΈ ScreenshotsTake a peek at the BookNest interface:
| Home Page | Login Page | Product View |
|-----------|------------|---------------|
|  |  |  || Add Product (Admin) | Cart | Orders |
|---------------------|------|----------------|
|  |  |  |---
## Contactπ©
For any queries or support, feel free to reach out:
- **π€ Name**: Abhishek Soni
- **π§ Email**: abhisheksoni6904@gmail.com
- **π GitHub**: [Abhishek-soni6904](https://github.com/Abhishek-soni6904)
- **πΈ Instagram**: [\_abhishek.\_\.soni\_](https://www.instagram.com/_abhishek._.soni_/)
- **πΌ LinkedIn**: [Abhishek Soni](https://www.linkedin.com/in/abhishek-soni-662028331/)