WIP Multi-tenant architecture.

This commit is contained in:
Ahmed Bouhuolia
2020-04-21 22:47:27 +02:00
parent 4e0d3feebe
commit 8f588ffc51
64 changed files with 812 additions and 447 deletions

View File

@@ -32,6 +32,7 @@
"i18n": "^0.8.5",
"jsonwebtoken": "^8.5.1",
"knex": "^0.20.3",
"knex-cleaner": "^1.3.0",
"knex-db-manager": "^0.6.1",
"lodash": "^4.17.15",
"memory-cache": "^0.2.0",
@@ -43,7 +44,9 @@
"node-cache": "^4.2.1",
"nodemailer": "^6.3.0",
"nodemon": "^1.19.1",
"objection": "^2.0.10"
"objection": "^2.0.10",
"uniqid": "^5.2.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
@@ -56,6 +59,7 @@
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chai-things": "^0.2.0",
"commander": "^5.0.0",
"cross-env": "^5.2.0",
"eslint": "^6.2.1",
"eslint-config-airbnb-base": "^14.0.0",