Contributions:
Bryan Melo: Final Correction All errors, Frontend and Backend of the Project
Somtochi Ezeh: ER-diagram, Frontend: Cart, Product, Page. Backend: Log in and sign up
Shivansh Chhabra: Slides, Backend: Populate MySQL data and images, connecting database to WebApp, Frontend: Log in and Sign up
Setup:
Steps to get started: ----------------------- 1. Clone the repository First, you need to clone the repository to your local machine. You can do this by running the following command in your terminal: git clone: https://github.com/bryan-melo/finalProjectDatabaseSys 2. This project uses Node.js Make sure you have Node.js and npm installed. If not, you can download and install it from here. Install Node.js and npm - Check if it installed correctly by running 'node -v' command in terminal 3. Start the Sass compiler This project uses Sass for styling. You can start the Sass compiler by running the following command in the HTML Template directory: npm start - This will compile the Sass files into CSS whenever they are saved. 4. Set up the database The project uses a MySQL database. You can find the SQL dump file in the database directory (clothes.sql). Import this file into your MySQL server to set up the database. 5. Configure the database connection Open the DBController.php file in the database directory and update the $host, $user, $password, and $database variables with your MySQL server details. 6. Start the PHP server If you have PHP installed, you can start the server by running the following command in the root directory of the project: php -S localhost:8000 7. Then, open your web browser and navigate to http://localhost:8000 to view the project. Note to Contributors: add any other steps needed to be able to run the project.