This is a web application made using PHP, HTML, CSS, Bootstrap, JS, and Python. The project allows authentication using Google Auth, has an active payment gateway, and allows administrators, sellers, and consumers to operate accordingly. The database is hosted on Azure MySQL Server, utilizing MySQL. The installation requires PHP 7.4 and Apache server—a LAMP stack with MySQL enabled.
- Mayur Satish Khadde (194029)
- Avdhut Akash Kamble (194033)
- Hrishikesh Satish Chaudhari (194034)
- PHP 7.4
- MySQL 8.0
- Python 3
- Apache2 Server
-
Create a user in MySQL data with the following credentials:
- Username: justafolk
- Password: 794613
-
Create a database named "ecommerce".
-
Import the ecommerce.sql file to the ecommerce database.
-
Change PHP Apache2 server port to 3456.
-
Access the project with 0.0.0.0:3456.