Skip to content

RickyWong1991/eventcloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Cloud

This is a sample Multi-Tenant application built using ASP.NET Boilerplate and module-zero.

  • Anyone can create a tenant using a registration form and becomes admin of the tenant.
  • Anyone can register to a tenant.
  • Users can create events.
  • Users can see events and other registered users.
  • Users can register to events based on some policy.
  • Users can cancel their registration based on some policy.
  • Users can cancel their own events.

Live Demo

http://eventcloud.aspnetboilerplate.com

alt login form

Note: You can register to default tenant or create your own tenant.

Article

There is a Codeproject article explains this example deeply:

http://www.codeproject.com/Articles/1043326/A-Multi-Tenant-SaaS-Application-With-ASP-NET-MVC-A

About

Sample SaaS (Multi Tenant) Event Management Application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.1%
  • C# 20.3%
  • CSS 10.5%
  • Other 0.1%