aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-05-03 00:56:35 +0200
committerMateja <mail@matejamaric.com>2021-05-03 00:56:35 +0200
commit3460f9ad874495469cfa8d4aaa42b66f5e427bf2 (patch)
tree5595313907d53ee8bcb5f3e8ca684b7a44126ee2 /package.json
parentc2649bfff51a175508685e493d8bfae4713cda16 (diff)
downloadnode-playground-3460f9ad874495469cfa8d4aaa42b66f5e427bf2.tar.gz
node-playground-3460f9ad874495469cfa8d4aaa42b66f5e427bf2.zip
Use MongoDB (with Mongoose) to store posts.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 24f644c..b0422c5 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,8 @@
"license": "GPL-3.0",
"dependencies": {
"express": "^4.17.1",
- "express-handlebars": "^5.3.0"
+ "express-handlebars": "^5.3.0",
+ "mongoose": "^5.12.7"
},
"devDependencies": {
"nodemon": "^2.0.7"