E-commerce is an e-commerce website developed entirely using PHP. The project was first developed in localhost XAMPP & later configured and deployed in infinity free server.
- PHP
- MYSQL
- Bootstrap 5
- XAMPP (For local development)
If you want to run this project locally, consider taking following steps
- Make sure XAMPP is installed in your PC.
- Clone above repository inside xampp/htdocs directory.
- For database config, check partials/_dbconnect.php file.
- You need three tables in database,
items
,users
&contactus
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.