This application is configured with MSSql Server out of the box. If you want to change it to some other database provider then you can follow any standard .NET 6 tutorial. In this section, you can find where to look for the Database configuration details in the project.
API Project (ESSWebApi) #
You can find the configuration in Extensions -> ServiceExtenstions.cs
NOTE: Here, if you want to change it to some other database provider then install the suitable package from Nuget and then change the highlighted option.
Portal Project (ESSWebPortal) #
You can find the configuration in Extensions -> ServiceExtenstions.cs
NOTE: Here, if you want to change it to some other database provider then install the suitable package from Nuget and then change the highlighted option.