Skip to content

murilomothsin/mongo-multitenancy-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mongo-multitenancy-express

Example of mongoose + express + database level multitenancy

POST /add

JSON to add a new user

{"user": {"username": "murilo", "email": "murilo@test.com", "password": "123456"} }

POST /addclient

JSON to add a new client

{"client": {"name": "mothsin", "client_db": "mothsin_inc", "active": true} }

About

Example of mongoose + express + database level multitenancy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published