To launch our website, follow these steps:
- Download or clone this repository into the appropriate folder of your web server (e.g., for XAMPP, clone it into the
htdocsfolder). - Start your web server and the MySQL service.
- In the repository, we have included a sample database to showcase a complete website.
- To see the website, you need to go in the right folder (for XAMPP It's : http://localhost/e-commerce_PHP/front/index.php )
To log in as an admin, use the following credentials:
- Email:
admin@admin - Password:
admin
- You can create a user account on the registration page.
- After registration, you can edit your information.
- You can log in to your account using your email and password.
The admin has access to a privileges to:
- Create products
- Delete products
- Modify products
- Delete users
- The admin can create products that will be displayed on the website.
- Users can browse the list of products and view product details.
- Users can add products to their cart.
- The total price is calculated automatically.
- Users can add, modify and delete payment methods.
Enjoy using our e-commerce platform!