Skip to content

paingchan/Ecommerce_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c1762ea · Jul 17, 2022

History

23 Commits
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022
Jul 17, 2022

Repository files navigation

Documents

E-commerce Website

Screenshot 2022-07-17 232916

Front-end E-commerce template By Marazzo HTML5

Admin panel template by Vuexy template

Setup

Connect To Database

First Import sql file in phpmyadmin

database_file/paingchan_db.sql

Edit database user name and password

/Ecommerce_project/functions/db.php
<?php
    $con = mysqli_connect("localhost" , "root" , "8G!(Y/33eOh.3qXj" , "paingchan_db");
    if (!$con)
    {
        echo "fail to connect";
        exit();
    }
?>

Edit admin panel database user name and password

/Ecommerce_project/admin/functions/db.php
<?php
    $con = mysqli_connect("localhost" , "root" , "8G!(Y/33eOh.3qXj" , "paingchan_db");
    if (!$con)
    {
        echo "fail to connect";
        exit();
    }
?>

Login Admin panel

localhost/Ecommerce_project/admin/

Screenshot 2022-07-17 233830

Note

email : [email protected]

pwd : 123456

About

E-commerce Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published