Sample SaaS (Multi Tenant) Event Management Application
Перейти к файлу
İsmail ÇAĞDAŞ f18da077b4
Merge pull request #49 from aspnetboilerplate/upgrade-to-abp-9-1
Upgrade to ABP 9.1
2024-02-08 11:48:21 +03:00
_screenshots The project was carried out using empty angular and the aspnet-core project. 2023-12-29 14:48:39 +03:00
angular Upgraded to ABP 9.1 2024-02-08 10:02:49 +03:00
aspnet-core Event permission has been edited. 2024-02-08 10:53:49 +03:00
.gitattributes The project was carried out using empty angular and the aspnet-core project. 2023-12-29 14:48:39 +03:00
.gitignore The project was carried out using empty angular and the aspnet-core project. 2023-12-29 14:48:39 +03:00
LICENSE Initial commit 2015-10-08 21:57:30 +03:00
README.md Update README.md 2019-06-10 22:43:07 +03:00
rename.ps1 The project was carried out using empty angular and the aspnet-core project. 2023-12-29 14:48:39 +03:00

README.md

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

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