Warning
This project is deprecated. This repository is no longer maintained. It was developed as part of a university course and will not receive further updates. vestis is a fictional fashion shop created for an imaginary brand as part of the Web Technologies module.
PHP 8.2
MariaDB 10.4.28 (10.5 preferred)
Apache 2
Firefox v. 137.0 (recommended for testing)
Copy all contents to the root level of your htdocs directory.
Create the required directories:
mkdir cache && mkdir public/uploadsSet appropriate permissions:
chown -R daemon:daemon ./cache
chown -R daemon:daemon ./public/uploadsThis project was developed as part of a university course in web technologies. It implements a basic e-commerce platform for a fictional fashion brand named vestis. Features include product browsing, user login, and a simple shopping cart.
This project is provided as-is, without any warranty. You are free to view, modify, and use the code for educational purposes.
Note
Note: Since this project is deprecated, we do not accept issues or pull requests.