Table of Contents
This project is a school project for an E-Commerce site in PHP. We started with a site for buying and selling online cards (eg Pokemon, Yu-Gi-Oh! ...)
- Popiflut : Back
- BaptSoulier : Front
- Akemi-ito : Data
This project needs a specific name for the database to make it work and a root user.
follow these simple example steps.
Steps required to make the project work
We recommend that you use xampp to manage the data base
Once xampp is installed, start the appache and Mysql services and go to the Mysql admin page.
Once in phpmyadmin click on create new databse with the name below:
Name for the database: "bdd_php"After clicking on the name of your new database, go to import and select the file "BDD_ecomerce.sql".
Now your database is configured, just remember to stop the service when you stop working on the project.
Otherwise, to connect to the database, we use this identifier
$servername = "localhost";
$username = "root";
$password = "";
$dbname = "bdd_php";Finally, here are the connection logs if you wish to access the administrator account.
E-Mail = "[email protected]";
password = "az";


