A desktop app for appointment scheduling, billing, and patient records. Built with C#, SQL Server, and MVC.
- Open the solution file (
.sln) in Visual Studio. - Update the database connection string in
app.configto your SQL Server. - Run the
database.sqlscript in SSMS to create the database. - Press F5 to run.
- Requires SQL Server installed locally.
- Code is on GitHub for reference.