Loading repository dataβ¦
Loading repository dataβ¦
Rathore-Rajpal / repository
About Bookish! π Bookish is a comprehensive online platform created with the goal of making books more accessible and the reading experience more enjoyable. Whether you're looking to purchase a book, rent a favorite novel, or dive into audiobooks and e-books, Bookish offers an intuitive and seamless experience for all kinds of readers.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Bookish is an online platform that allows users to buy, sell, rent, and discover books. It offers physical books, e-books, audiobooks, poetry promotion, and custom orders, making it the perfect destination for book lovers.
Users Table
id, fname, lname, username, email, password, dt, imageBuy Items Table
Rent Items Table
Sales Table
Orders Table
Ebooks Table
Audiobooks Table
Clone the repository:
git clone https://github.com/YourUsername/Bookish.git
Move the project to the XAMPP htdocs folder:
Move the cloned project folder to your XAMPP installation directory under the htdocs folder (typically located at C:/xampp/htdocs/).
C:/xampp/htdocs/Bookish
Start XAMPP Server:
Set up the database:
http://localhost/phpmyadmin/ in your browser.bookish_db.bookish_db.sql file located in the database/ folder of the project.Configure the database connection:
config.php file in the project directory.$dbHost = 'localhost';
$dbUsername = 'root'; // Change if you have a different username
$dbPassword = ''; // Change if you have a MySQL password
$dbName = 'bookish_db';
Run the application:
http://localhost/Bookish to access the Bookish! platform.We welcome contributions! Feel free to fork the repository, work on a feature, and submit a pull request. Here's how you can contribute:
git checkout -b feature-name).git commit -m 'Add new feature').git push origin feature-name).This project is licensed under the MIT License. See the LICENSE file for details.
This version of the README includes instructions on how to use XAMPP for running the project. It also provides detailed steps for setting up the environment and database. Feel free to modify or expand upon it as needed!