preparing to add postgres connection

This commit is contained in:
2022-04-18 14:30:38 -05:00
parent b9a9afc2cb
commit 0b01f04c1d
4 changed files with 249 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3"
"express": "^4.17.3",
"pg": "^8.7.3"
}
}