Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WidgetSaas

Demonstration of the Apartmentex SaaS library

This is probably the smallest, simplest SaaS-architecture app ever.

To start your TenantSaaS app:

  1. Add apartmentex dependency as instructed in apartmentex readme
  2. Fetch and compile dependencies with mix deps.get && mix deps.compile
  3. Create and migrate your main/public database with mix ecto.create && mix ecto.migrate - this gives you your tenants table in the main schema/database
  4. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000/tenants from your browser. Adding a tenant will cause a schema or database to be created for the new tenant, and the widget_types and widgets tables migrated. Both widgets and widget types have indexes on 'name', and in widgets, 'widget_type_id' references the widget_types table.

After creating your first tenant, visiting [localhost:4000/tenants/1/widgets] will allow you to view, add, and delete the widgets in tenant one's schema or database.

Ready to run in production? Please check our deployment guides.

Learn more

About

Demo app for Apartmentex SaaS library

Resources

Stars

15 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages