Welcome to the README for our student webshop group project! This document serves as a guide for the development team and provides essential information about the project.
This webshop project is a collaborative effort by Reutlingen University students. The goal is to design and implement a fully functional e-commerce platform. The webshop will e.g. allow users to browse products, add them to their cart, and proceed through the checkout process.
- Install XAMPP and VS-Code
- open the htdocs folder inside VS-Code as well as an Terminal (make shure your there as well in the htdocs folder)
- run the comand git clone "URL of the repository"
- start XAMPP and go to http://localhost/phpmyadmin/index.php (can vary) to set up the database of the webshop
- start by creating an database called: webShopFSI
- insert the SQL file: schemaFSI.sql
- you can find the shop under http://localhost/webShop/views/homepage.php (can vary)
We welcome contributions from all team members. To contribute, follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name - Make your changes and commit them:
git commit -m "Description of changes" - Push your changes to your fork:
git push origin feature-name - Open a pull request on the main repository.
If you encounter any issues or find bugs, please open an issue on the GitHub repository.
This project is licensed under the AGPLv3 License. See the LICENSE file for details.
Happy coding! 🚀



