This is a hypothetical example of an e-commerce website that can
manage products, sell products by taking orders from customer, message between admin/customer/employee.
https://riptoned.000webhostapp.com/
temporary login/password for administrator on this example is (from admin login tab):
- login : admin
- password : admin
with this account, you can create employee account and view/send messages between customers and staff, add/delete product. Or you can just try to create customer account to place an order (from customer tab).
In detail, this web site:
- can create account for customer/employee/admin.
- can view/use different functionalities based on user type.
- customer can order products.
- all users can communicate each other through messageing system.
- admins can edit products/employees.
- php
- html
- css
- mysql