A Razor Pages web app is developed in this project to facilitate appointments scheduling in medical centers to alleviate inconvenience of using physical paper forms to record patients’ appointments. This scalable web app is built with C# and ASP.NET Core.
This app has not been published. It has been depolyed and tested locally. To test this app, download the source code and run PM> database-update
from Visual Studio package
manager console to create a database in local MS SQL Server on default local connection (LocalDb)\MSSQLLocalDB
. Authorization functionality is not included in this project.