rashedulalam46 / multi-tenant

Multi-Tenant web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Tenant Web application

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.

Database

Create 3 database (Tenant, TenantDemo, and TenantTest). Run the SQL scrip from the database directory

How to Run

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:

About

Multi-Tenant web application


Languages

Language:C# 68.7%Language:HTML 22.6%Language:JavaScript 6.2%Language:CSS 2.5%