Refactor code and include yaml file reading.

This commit is contained in:
2020-09-26 12:54:31 +02:00
parent fae622aafc
commit f51079eeb4
8 changed files with 60 additions and 37 deletions

View File

@@ -14,7 +14,8 @@
"bcrypt": "^5.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.1"
"mongodb": "^3.6.1",
"yaml": "^1.10.0"
},
"devDependencies": {
"eslint": "^7.4.0",