Loading repository data…
Loading repository data…
LakshayD02 / repository
FlipkartClone is a e-commerce platform, meticulously crafted to replicate the renowned functionalities of Flipkart. Built using the LAMP stack along with HTML, CSS3, JavaScript, Tailwind CSS, jQuery, PHP, and MySQL, this repository offers a comprehensive solution for creating a robust online marketplace.
Welcome to FlipkartClone, a fully-featured e-commerce platform designed to replicate the functionality of the renowned Flipkart website. Built using the LAMP stack (Linux, Apache, MySQL, PHP) along with HTML, CSS3, JavaScript, Tailwind CSS, jQuery, and AJAX, this project offers a robust solution for creating an online marketplace.
To get started with this project locally, follow the steps below:
Clone the repository to your local machine:
git clone https://github.com/your-username/FlipkartClone.git
Navigate to the project folder:
cd FlipkartClone
Setup the Database:
flipkart_clone).db/flipkart_clone.sql (if available) or manually create the required tables.Configure the database connection:
config.php file and update your database connection details (host, username, password, database name).Start Apache and MySQL using XAMPP/WAMP or your preferred stack.
Visit the site on your browser:
http://localhost/FlipkartClone/
If you'd like to contribute, please fork the repository, make your changes, and submit a pull request.
git checkout -b feature-name)git commit -am 'Add feature')git push origin feature-name)