Database interaction and basic controller layout

This commit is contained in:
plane000
2018-08-19 17:39:55 +01:00
parent e975b34546
commit 8c73a65b29
13 changed files with 4420 additions and 13 deletions

View File

@@ -7,11 +7,15 @@
"body-parser": "^1.18.3",
"colors": "^1.3.1",
"express": "^4.16.3",
"json-stringify-safe": "^5.0.1",
"mysql": "^2.16.0",
"regenerator-runtime": "^0.12.1"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0"
"babel-register": "^6.26.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"