Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
/ qd-museum Public archive

Project for the course of software architecture at @UnivAQ

License

Notifications You must be signed in to change notification settings

gianlucarea/qd-museum

Repository files navigation

qd-museum

University Project for the course of Software Architecture at the University of L'Aquila for the Master's Degree in Advanced Software Engineering.

Description

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.

Getting Started

Dependencies

  • Laravel
  • Python
  • Composer

Installing

  1. Run git clone
  2. Run composer install
  3. Run cp .env.example .env
  4. Run php artisan key:generate

Executing program

  1. Run php artisan migrate
  2. Run php artisan serve
  3. Go to link localhost:8000
  4. Run UpdateRev.py

Authors

Version History

  • Final
    • The project was delivered as the final exam of the cours

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Project for the course of software architecture at @UnivAQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages