Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahzaam/fashion

Ecommerce clothing website, more featured admin panel with Product CRUD operations, order details, order tracking, statistics, admin control
https://github.com/ahzaam/fashion

bootsrap css html javascript jquery-ajax php

Last synced: 2 days ago
JSON representation

Ecommerce clothing website, more featured admin panel with Product CRUD operations, order details, order tracking, statistics, admin control

Awesome Lists containing this project

README

        

# Fashions
Ecommerce dress website

For Insatallation:

1.Download the zip file to server folder in my case XAMPP htdocs folder
2.Go to your SQL admin panel and import DB file (nzfashion.sql (in same directory ) )
3.create a con.php file in project directory
4.COPY AND PASTE THE FOLLOWING

********/ \**********
connect_error){
die(mysqli_error($conn));
header('Location: home.php');
}else{
// echo "Database Connected
";
}

?>
********/ \**********

4.replace con.php file with you details
5.open the file from localhost

****DEFAULT ADMIN PANEL CREDENTIALS ***

USERNAME = [email protected]
PASSWORD = rootadmin

*****************