In this repository i have pushed my project for the database course, second year of Bachelor degree in CS at Padua University. As you can see in the report, Nicola Agostini (my university colleague) also contributed to it.
Make sure you have mysql installed
mysql -V
clone this repository and enter the right path
git clone https://github.com/GiovanniCS/Database.git
cd Database
create the database in which you can import the project
mysql -u root -p
create database project
use database project
import schemas, instances and views
source DB.sql