Database interaction and basic controller layout
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user