Sample Console App using DotNet 8.0 fo managing doctors, patients and appointments.
Database: Simple TXT files within the bin folder, therefore, cannot be version controlled, for persistence and tracking, a copy of the DB is stored in project root and can be used for initial setup.
Setup:
- Clone the repo
- Open the solution in Visual Studio
- Build the solution
- Copy out the DB folder from the project root to the bin\debug\net8.0 folder (should co-locate with the exe file)
- Setup the secret file with mail app password for email notifications to work.
- Run the application