Skip to content

Clinic management project using Asp.net mvc5

License

Notifications You must be signed in to change notification settings

davidgoh/ClinicManagement

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard

Clinic Management

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.

Frameworks - Libraries

  1. ASP.NET MVC (version 5)
  2. Entity Framework
  3. Ninject
  4. Automapper

Running Project

Open project with Visual Studio In package manager console run the following commands

- enable-migrations
-  add-migration "InitialDb"
-  update-database

About

Clinic management project using Asp.net mvc5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.3%
  • CSS 21.0%
  • C# 6.4%
  • HTML 5.3%