mongodb MWE

This commit is contained in:
Chris Kanich
2020-02-10 19:56:20 -06:00
parent 7262fc518a
commit 971c154cf2
3 changed files with 179 additions and 0 deletions

5
mongo/package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"mongodb": "^3.5.2"
}
}