A simple multi-tenanted app for displaying the results of social sports competitions. The code is designed to vary by tenant, so that each customer can have a site which looks and feels branded and so that the competition logic can be customised.
You'll want Visual Studio to run it (Community edition is fine), by default LocalDb is used (same syntax as Sql Server T-SQL) and databases are created and populated automatically. You can use SSMS or any T-SQL-compatible GUI to view/query the databases.
Set TechScreen.Web to startup project, or run that one directly if working with dotnet at the command line i.e. cd .\TechScreen.Web\ then dotnet run
In Visual Studio you'll want to use the http launch profile:
Please take a look at the code, get the app running and see if you can get a feel for how it works - paying particular attention to the tenant Plugin API allowing components to vary by tenant
We will make changes to this app in the Tech Screen process (instructions to follow)