This commit is contained in:
2018-11-06 12:31:49 +01:00
commit d6ff222741
26 changed files with 3105 additions and 0 deletions

11
Readme.md Normal file
View File

@ -0,0 +1,11 @@
# MutlitenantStack
This is a project to demonstrate multi tenancy usage in beego using postgres and seperated databases
The api was scaffolded using:
`bee api multitenantStack -driver=postgres -conn="host=127.0.0.1 port=5435 user=postgres password=postgre dbname=company_template sslmode=disable"`
then `bee run -downdoc=true``
To regenerate docs simply run `bee generate docs`