database connection

Former-commit-id: dffd8318b09be96b43d526d10262f0908b8bc9d1
This commit is contained in:
Ben
2022-02-05 16:50:59 +00:00
parent db1bc79534
commit be6da56525
10 changed files with 471 additions and 380 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"test": "jest src/__test",
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"dev": "nodemon src/index.js --watch src",
"setup": "npm i"
},
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
@@ -17,9 +17,10 @@
"dotenv": "^10.0.0",
"express": "^4.17.2",
"jest": "^27.4.5",
"jsdom": "^19.0.0",
"md5": "^2.3.0",
"moment": "^2.29.1",
"node-fetch": "^2.6.7"
"node-fetch": "^2.6.7",
"pg": "^8.7.3",
"pg-native": "^3.0.0"
}
}