This is a simple web application using Multi-tenancy architecture. The application can serve multiple customers. Each customer is a tenant. Here ASP.Net Core, Entity Framework Core, and SQL Server are used.
Create 3 database (Tenant, TenantDemo, and TenantTest). Run the SQL scrip from the database directory
Download the application. Change the connection string credential from the appsettings file, based on your SQL server credential. Build and run the application. Login credential is given bellow:
- Demo Company
- User Name: [email protected]
- Password : 123456
- Test Company
- User Name: [email protected]
- Password : 123456