A small e-commerce website inspired by IKEA, built with standard web technologies (PHP, HTML, CSS, JavaScript) for the "Web Technologies" course (AY 2024/2025).
- Authentication (login/register) and account management
- Role-based access (buyer/seller)
- Product browsing and search with filters
- Notifications
- Responsive design (mobile-friendly)
Buyer users features:
- Wishlist
- Cart and checkout flow
- Orders history
Seller users features:
- Manage articles (view/add products)
- Edit articles
- Possibility to add multiple versions of the same article
In order to create and populate the database used by the website the two following queries must be run beforehand:
Then the app can be served by a local web server so that it is accessible at: http://localhost/WebProject/website/src/

