University Project for the course of Software Architecture at the University of L'Aquila for the Master's Degree in Advanced Software Engineering.
The project consists of a web application for the management of tickets and relative queues to enter the museum. There is also an implementation of a machine learning algorithm where we simulate visitors, and we collect data on art preference based on the position and time of the visitor near an artwork.
- Laravel
- Python
- Composer
- Run git clone
- Run composer install
- Run cp .env.example .env
- Run php artisan key:generate
- Run php artisan migrate
- Run php artisan serve
- Go to link localhost:8000
- Run UpdateRev.py
- Gianluca Rea - gianlucarea
- Daniele Fossemò - DanieleF198
- Fabio Capitanio - Capantonio
- Final
- The project was delivered as the final exam of the cours
This project is licensed under the MIT License - see the LICENSE.md file for details