This project was carried out as part of the web/server programming module of the Nancy computer science diploma. It involves the creation of a web application that allows users to create, share, and reserve gift lists for various occasions. This application aims to simplify the process of gift-giving by providing a convenient platform for managing and coordinating gifts.
- Create and manage gift lists.
- Reserve gifts to prevent duplicate presents.
- Share lists with friends and family.
- User-friendly interface for easy navigation and interaction.
- Backend: PHP, Slim framework
- ORM: Eloquent
- Frontend: HTML, CSS, Twig templating engine
- Database: MySQL
To set up and run the application, follow these steps:
- Install PHP from PHP Official Website and add the download folder to your system's PATH.
- Install Composer from Get Composer.
- Run the following command in the terminal at the root of the project:
composer install - Host the project using a local server like XAMPP, available at Apache Friends.
- Create the database using the
wish_bdd.sqlfile, which can be imported to set up the necessary tables and schema.
Contributions to enhance the application and add new features are welcome. Please feel free to fork the repository and submit pull requests.
- Alexis MARCEL
- Lilian LEBLANC
- Justine PRULIERE