Skip to content

BaptSoulier/e-commerce-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Table of Contents
  1. About The Project
  2. Getting Started

About The Project

Product Name Screen Shot

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! ...)

Repartition

  • Popiflut : Back
  • BaptSoulier : Front
  • Akemi-ito : Data

All link of database

MCD

(back to top)

Built With

  • PHP
  • CSS
  • JS

(back to top)

Getting Started

This project needs a specific name for the database to make it work and a root user.

follow these simple example steps.

Prerequisites

Steps required to make the project work

Instalaton

We recommend that you use xampp to manage the data base

xampp

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";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •