Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyleamathews/multi-tenancy-saas-demo
Demo of building a multi-tenancy saas app w/ Turso
https://github.com/kyleamathews/multi-tenancy-saas-demo
Last synced: about 1 month ago
JSON representation
Demo of building a multi-tenancy saas app w/ Turso
- Host: GitHub
- URL: https://github.com/kyleamathews/multi-tenancy-saas-demo
- Owner: KyleAMathews
- License: unlicense
- Created: 2023-09-13T21:32:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T02:48:18.000Z (about 1 year ago)
- Last Synced: 2024-08-02T09:26:56.285Z (3 months ago)
- Language: TypeScript
- Size: 916 KB
- Stars: 21
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multi-tenancy-saas-demo
Demo of building a multi-tenancy saas app w/ Turso.
- app-admin: client code for an internal-only admin app. Something every SaaS tool needs. It shows information about each app instance and lets you create new ones or clone existing ones (useful for setting up demos). It communicates with Turso to manage db instances and reads/writes to an admin database.
- server: API for the admin app
- app-todos: the app-server. It uses an embedded replica to pull down the admin database so it can correctly serve each app instance