Upload installation manual

This commit is contained in:
2022-04-28 00:21:36 +02:00
parent e4b6b65aae
commit ea63898854
3 changed files with 121 additions and 2 deletions

View File

@@ -4,8 +4,7 @@
"description": "DCST1008 Project - Server - Asura Tournament Management System",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"initdb": "mysql -h mysql.stud.ntnu.no -u felixalb_sysut -p felixalb_asura < ./management/initDB.sql"
},
"author": "felixalb, kristoju, jonajha, krisleri",