This is a plant e-commerce website built with PHP and MySQL. The website features a catalog of plants that users can browse and purchase online. It also includes features such as user authentication, shopping cart management, and order tracking.
To get started with the project, you will need to have a local web server environment such as XAMPP or WAMP installed on your computer.
-
Clone the repository to your local machine using the following command:
git clone https://github.com/goelraghav002/plant-ecommerce.git
-
Create a new database in your MySQL server and import the database.sql file located in the database folder.
-
Open the includes/config.php file and update the database configuration values to match your local environment.
-
Start your local web server and navigate to the project directory in your web browser.
The website should now be accessible from your web browser. You can browse the catalog of plants, add items to your shopping cart, and place orders online.
Contributions to the project are welcome. If you find a bug or have a feature request, please create a new issue on the GitHub repository. If you would like to contribute code, please fork the repository and create a pull request with your changes.