Welcome to the Bookstore Mini-Project, a simple application written in PHP, HTML, and CSS that allows users to browse and purchase books online.
To set up the Bookstore Mini-Project, you will need to have the following dependencies installed on your system:
- PHP 7.4 or higher
- A web server (such as Apache or Nginx)
- A MySQL database server
Setup database:
- Make a database named
bookstore_db. - Import the
bookstore_db.sqlfile into the database. - Use the
config.phpfile to configure the database connection. (Only if you know what you are doing !) - Use the admin username and password to login to the admin panel. (Default username:
admin@gmail.comand password:admin) - Add books to the database using the admin panel.
Once you have these dependencies installed, you can clone the repository to your local machine and start the web server to access the website.
To access the bookstore, simply visit the URL of the web server in your web browser. From there, you can browse through the available books and add buy them.
There are no known issues at this time. You can definitely make a pull request if you find any bugs!
This project was created by Harsh Vishwakarma. Special thanks to the following libraries and resources:
Thank you for using the Bookstore!