Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 699 Bytes

File metadata and controls

24 lines (24 loc) · 699 Bytes

Project for Database course

DataBees

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.

Getting Started

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