Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aspnetboilerplate/eventcloud
Sample SaaS (Multi Tenant) Event Management Application
https://github.com/aspnetboilerplate/eventcloud
Last synced: 4 days ago
JSON representation
Sample SaaS (Multi Tenant) Event Management Application
- Host: GitHub
- URL: https://github.com/aspnetboilerplate/eventcloud
- Owner: aspnetboilerplate
- License: mit
- Created: 2015-10-08T18:57:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T08:48:21.000Z (11 months ago)
- Last Synced: 2024-12-23T02:06:10.919Z (11 days ago)
- Language: C#
- Homepage: http://eventcloud.aspnetboilerplate.com
- Size: 6.56 MB
- Stars: 421
- Watchers: 64
- Forks: 444
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Important
Issues of this repository are tracked on https://github.com/aspnetboilerplate/aspnetboilerplate. Please create your issues on https://github.com/aspnetboilerplate/aspnetboilerplate/issues.
# Event Cloud
This is a sample Multi-Tenant application built using ASP.NET Boilerplate and module-zero.
In this repository there are 2 diffrent source code of even cloud sample.
One of them is developed using ASP.NET MVC, Angularjs and EntityFramewok, and the other
is developed using ASP.NET Core, Angular and EntityFrameworkCore.
Here are the feaures:* 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](https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/doc/WebSite/Articles/Developing-a-Multi-Tenant-SaaS-Application-with-ASP.NET-MVC-EntityFramework-AngularJs/login-page-v2.jpg)
Note: You can register to __default__ tenant or create your own tenant.
## Articles
There are 2 Codeproject articles explains this example deeply:
##### ASP.NET MVC, Angularjs and EntityFramework version:
http://www.codeproject.com/Articles/1043326/A-Multi-Tenant-SaaS-Application-With-ASP-NET-MVC-A##### ASP.NET Core, Angular and EntityFrameworkCore version
https://www.codeproject.com/Articles/1231118/A-Multi-Tenant-SaaS-Application-With-ASP-NET-Core