NTUA-ECE, DB 2020 Project
-
mysql -u rootfrom cmd ORmysql -u root -pif you've set a password for your MySQL server -
source createAndPopulate.sql;to create and initialise the project DB.
-
npm installto download dependencies -
set db_mysqlPassword=WhateverYourSQLServerPwdIson Windows ORexport db_mysqlPassword=WhateverYourSQLServerPwdIson Linux/ Mac -
node serverto run
For the corresponding front-end, created by Thomas Doukas, follow the link: