This is a fully functional ecommerce web app where users can buy and sell laptops. It provides a platform for buyers and sellers to interact and conduct transactions. This README file will guide you through the process of setting up and running the project on your local machine.
To use the project, follow the steps below:
https://github.com/aasim671/My-Final-Year-ProjectAlternatively, you can download the project as a .zip file from https://github.com/aasim671/My-Final-Year-Project and extract it.
Open phpMyAdmin or any other MySQL management tool. Create a new database named "ecommerce". Import the database file (ecommerce.sql) from the cloned/downloaded repository into the newly created "ecommerce" database. Start the Local Server:
Open your favorite code editor and navigate to the project folder. In the terminal, run the following command:
php -S localhost:8080Open the Web App:
Launch your preferred web browser (Google Chrome recommended). Type localhost:8080 in the address bar and hit Enter. The web app will now open, and you can start exploring its features.
If you wish to contribute to this project, you can fork the repository, make your changes, and submit a pull request. Please ensure that you follow the project's coding standards and guidelines.
This project is licensed under the MIT License. Feel free to modify and use it according to your needs.