Clinic web application to support requirement which is that patients visit clinic and get registered, after that, they make an appointment to available doctors. By default the appointment gets a pending status because it needs to be reviewed. After that, the doctor is going to work out the patient attendance. Under the report we should have daily and monthly appointments.
- ASP.NET MVC (version 5)
- Entity Framework
- Ninject
- Automapper
Open project with Visual Studio In package manager console run the following commands
- enable-migrations
- add-migration "InitialDb"
- update-database