Skip to content

File Manager using Fenix Framework, Maven and Java

Notifications You must be signed in to change notification settings

JCoelhoo/MyDrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]:JCoelhoo/Software-Engineering.git

$ cd es16al_07-project

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

About

File Manager using Fenix Framework, Maven and Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages