Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.11 KB

MyDrive - es16al_07-project

###Project description: Domain (PT/ EN)

First Delivery (PT/ EN)

Second Delivery (PT/ EN)

Third Delivery (PT/ EN)

###Install commands:

$ mysql -p -u root

Enter password: rootroot

mysql> GRANT ALL PRIVILEGES ON . TO 'mydrive'@'localhost' IDENTIFIED BY 'mydriv3' WITH GRANT OPTION;

mysql> CREATE DATABASE mydrivedb;

mysql> \q

$ git clone git@github.com:JCoelhoo/Software-Engineering.git

$ cd es16al_07-project

$ mvn clean package exec:java -Dexec.args=drive.xml