https://github.com/jq-08/furstfurniture
This PHP-based platform caters to both customers and admins. Customers can register, browse products, add items to their cart, and manage orders. Admins access a dashboard for tracking profits and orders, and can manage product listings and user accounts. This system provides a seamless shopping experience with robust administrative tools.
https://github.com/jq-08/furstfurniture
css database ecommerce-website html javascript mysqli pdo php website xampp
Last synced: 3 months ago
JSON representation
This PHP-based platform caters to both customers and admins. Customers can register, browse products, add items to their cart, and manage orders. Admins access a dashboard for tracking profits and orders, and can manage product listings and user accounts. This system provides a seamless shopping experience with robust administrative tools.
- Host: GitHub
- URL: https://github.com/jq-08/furstfurniture
- Owner: JQ-08
- Created: 2024-10-15T12:48:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T13:18:25.000Z (over 1 year ago)
- Last Synced: 2025-02-02T03:29:55.436Z (over 1 year ago)
- Topics: css, database, ecommerce-website, html, javascript, mysqli, pdo, php, website, xampp
- Language: Hack
- Homepage:
- Size: 6.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fürst Furniture
This PHP-based platform caters to both customers and admins. Customers can register, browse products, add items to their cart, and manage orders. Admins access a dashboard for tracking profits and orders, and can manage product listings and user accounts. This system provides a seamless shopping experience with robust administrative tools.
**Built with these:**
**Using:** Php 8.2.12
**Features:**
* **Customer Side (user Folder):** Stores the website and allows customers to:
* Sign in to access their account
* View available furniture products
* Add products to the cart and proceed to checkout
* View and manage their order history
* **Staff Side (admin Folder):** Stores the panels and allows admin to:
* View profits, orders, and user details
* Manage products: add, delete, and edit listings
* Oversee customer orders and account details
**Steps to run the project locally for Visual Studio Code Manually:**
1. Download the zip file from the code.
2. Extract the zip file.
3. Move the unzip file(furstfurniture-main) to `C:\xampp\htdocs\`
4. Open XAMPP, start Apache and MySQL.
5. Click the admin which as the same line as the MySQL.
6. Create a new database and named it `shop_db` in phpMyAdmin.
7. Import the `shop_db.sql`.
8. Open Visual Studio Code, move the unzip file(furstfurniture-main) into vscode.
9. Open any browser, recommended `Chrome`.
10. Open the website by using URL `http://localhost/furstfurniture-main/main/user/index.php`.
*The above URL is just an example. Please edit the URL according to your file's name and location.
## Example accounts
**To access the admin panel, one must use the username and password provided below for the admin role. No other username and password can access the admin panel.**
| Role | Username | Email | Password |
|---|---|---|---|
| Admin | admin | admin@gmail.com | 12345 |
| Customer | user | user@gmail.com | 123 |
| Customer | Syahir | syahir@gmail.com | as23 |
| Customer | Chris | chris93@gmail.com | 21332 |
| Customer | Claire | claire416@gmail.com | 21sa |
| Customer | Ethan | ethan00@gmail.com | 23sdas |
| Customer | Nagathan | drbyclb@gmail.com | 7897 |
| Customer | Feng | feng30@gmail.com | 235 |
| Customer | Choom Imm | popekpopek@gmail.com | 314215926 |
| Customer | Nur Fatihah | bmbest@gmail.com | 987 |
| Customer | Noreza | skmestiaplus@gmail.com | 6784 |
## Screenshots
* **Main page**

* **Login/Register page**

* **Products page**

* **Product Details page**

* **Shopping Cart page**

* **Checkout page**

* **Orders page**

* **View Order page**

* **Dashboard page (Admin)**

* **User List page (Admin)**

* **Product List page (Admin)**

* **Order List page (Admin)**

* **Loading animation (Admin)**

## Contributors
| Name | Github |
|---|---|
| Jing Ling | https://github.com/jessie0118 |
| Jing Quan | https://github.com/JQ-08 |
| Yixuen | https://github.com/LimYixuen |