This repository contains the files for a fully functional website, which was developed as part of the "Systems Information" course. The website serves as an online platform for a furniture store, allowing users to browse and purchase various furniture products. The project includes both frontend and backend components, as well as a database to store product and user information.
To run the Furniture Store website locally, follow the steps below:
- Clone this repository to your local machine.
- Ensure you have a local web server environment installed (e.g., XAMPP, WAMP, or MAMP).
- Import the provided database file, created using MySQL Workbench or any compatible database management tool, into your MySQL database server.
- Make sure the database connection configuration in the backend files (if any) is correctly set to match your local database settings.
- Start your local web server and visit the website using your preferred web browser.
- Browse a wide range of furniture products by category.
- View detailed product information and images.
- Add products to the shopping cart and proceed to checkout.
- Create an account and log in to access user-specific features.
- Manage account details and view order history.
- HTML, CSS, JavaScript for frontend development.
- PHP for backend server-side scripting.
- MySQL for the database management system.
We would like to express our gratitude to the course instructors, our team members, and the open-source community for their support and contributions.