Technical requirements
The code for this chapter can be found in the following GitHub repository:
To run the project, you will need to have a flavor of SQL Server installed. This can be, Azure SQL, SQL Server Express LocalDB or any other SQL Server flavor.
The implementation doesn’t use any advanced SQL Server features, so feel free to use any. I have tested the application with SQL Server Express LocalDB. You can find more about it here:
https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/sql-server-express-localdb
You can also use any other RDBMS, but you will have to change the DB provider in the code to use the specific .NET DB provider.
To run the project, you have to modify the connection string to your specific DB instance in Uqs.AppointmentBooking.WebApi/AppSettings.json
. Currently, it is set to:
"ConnectionStrings"...