multitenantStack/Readme.md

43 lines
1.2 KiB
Markdown
Raw Normal View History

2018-11-06 11:31:49 +00:00
# MutlitenantStack
2018-11-07 10:10:51 +00:00
This is a project to demonstrate multi tenancy usage in beego using postgres and separated databases
2018-11-06 11:31:49 +00:00
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`
2018-11-07 10:10:51 +00:00
## TODO
2018-11-13 18:02:00 +00:00
Todo till we can fork this repo
- Not found for endpoints should be Json response
- migrations for company_template
- hardcoded roles
2018-11-13 20:44:30 +00:00
* ~~/register endpoint creates database, company and first admin~~
2018-11-13 18:02:00 +00:00
* checking some roles in all endpoints
2018-11-13 20:44:30 +00:00
* ~~load db connections from config~~
2018-11-13 18:02:00 +00:00
* user delete needs to update system
* company delete needs to exist and update company
## Notes:
2018-11-14 17:49:49 +00:00
- Fixes have been placed into the beego orm for setting the timezone when using NewOrmWithDB() (Already merged)
- Bee needs the dir patch (merge pending)
2018-11-12 10:43:14 +00:00
2018-11-13 18:02:00 +00:00
## Script
2018-11-12 10:43:14 +00:00
2018-11-14 17:49:49 +00:00
- ~~script that runs all migrations (and passes through rollback or others, show states for company, run for single company) (list, connect, migrate)~~
2018-11-13 20:38:43 +00:00
## dependencies
github.com/kennygrant/sanitize
github.com/astaxie/beego
github.com/beego/bee
github.com/dgrijalva/jwt-go
golang.org/x/crypto/bcrypt