Umbrella Bookstore is an online e-commerce platform that offers a wide range of useful soft books catering to programmers, developers, non-techies, and beginners. Our goal is to provide a convenient and enriching shopping experience for individuals seeking books that are advantageous in the world of technology and beyond.
- Browse and add books to the cart
- Explore books by different categories and publishers
- Admin privileges for managing books, book details, prices, publishers, and book display order
- High-performance website capable of handling a high volume of traffic without crashes
- Robust security measures in place to protect against SQL injection and other malicious attacks
- Extensive book collection with easy scrolling for seamless browsing
- Contact functionality for users to request new books
- Dynamic front page showcasing featured books with one-click access
- Order completion resets the details and redirects the user to the home page
- PHP and MySQL for backend functionality
- Bootstrap 4 for responsive and modern design
- HTML, CSS, and JavaScript for frontend development
- jQuery for enhanced interactivity
- DRY (Don't Repeat Yourself) pattern for efficient and maintainable code
- KISS (Keep It Simple, Stupid) pattern for simplicity and readability
To run the Umbrella Bookstore locally, follow these steps:
- Clone the repository:
git clone https://github.com/danish981/bookstore.git
- Start PHP and MySQL servers
- Create a database named "bookstore"
- Import the provided database file located in the "database" folder into your local project
You can visit the live version of Umbrella Bookstore at http://bookstore-project.freecluster.eu
Use the following credentials to access the admin panel:
- Username: admin
- Password: admin12345
Thank you for choosing Umbrella Bookstore! Enjoy browsing and discovering the perfect books for your needs.