Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ahzaam/fashion
- Owner: Ahzaam
- Created: 2022-06-22T09:54:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T14:09:23.000Z (over 2 years ago)
- Last Synced: 2024-12-28T13:43:41.157Z (about 2 months ago)
- Topics: bootsrap, css, html, javascript, jquery-ajax, php
- Language: JavaScript
- Homepage: https://nzfashion.infinityfreeapp.com
- Size: 32 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fashions
Ecommerce dress websiteFor 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*****************