eDentalist is an ASP.NET Core desktop & mobile application for operating a private dental office. It includes a .NET Core API, Windows Forms app meant for administrative purposes and a Xamarin Forms mobile app that can be used by both staff and patients, with certain functionalities differing based on user type.
- docker-compose build
- docker-compose up
- Within the project itself, use WinUI, UWP or both as startup projects to use the app
- Username: admin
- Password: Password1
- Username: dentist
- Password: Password1
- Username: patient
- Password: Password1
Patients have the ability to pay for their bills through the mobile app. Stripe was used to implement this functionality, which offers cards meant for testing. They can be found at the following link: https://stripe.com/docs/testing