This project is a Responsive E-Commerce website named Srijuice. The website allows users to browse products, manage their accounts, and place orders.
Demo: https://srijuice.cloudkp.com
- Php
- MySQL Database
- SMTP Server
-
Clone the repository:
git clone https://github.com/rekcah-pavi/SriJuice cd srijuice
-
Configure Database Connection:
- Open
SYS/server.php
. - Update the following fields with your database details:
$servername = ""; $username = ""; $password = ""; $database = "";
- Open
-
Configure SMTP:
- Open
SYS/mail_handler.php
. - Update the following fields with your details:
$smtp_host= ""; $smtp_port="587"; $mail_username=""; $mail_password= "";
- Open
-
Configure Admin email , password:
- Open
SYS/server.php
. - Update the following fields with your details:
$admin_email = ""; $admin_pass = "";
- Open
-
Run the Application:
php -S localhost:8000 #or use xxamp
-
Frontend:
- HTML5, CSS3,
- JavaScript, jQuery, Ajax
- Font Awesome for icons
-
Backend:
- PHP for server-side scripting
- Session for user authentication
- Cookie for cart management
-
Other Tools:
- Google Maps API for embedding location maps
- Displays a welcome message and an introduction to Srijuice.
- Showcases featured juice products with images.
- Admins can add, edit, and delete products.
- Users can add products to their cart
- Products are displayed with their images, names, and prices.
- Users can sign up and log in.
- Admin and user sessions are managed to restrict access to certain pages.
- Users can update their account details and address information.
- Users can view their past orders.
- Admins can update,delete, and view orders.
- Displays a summary of the cart with total amount calculation.
This project is licensed under the Unlicense License. See the LICENSE file for details.