andreea-popa22 / Medical-Appointment-App

This is an Asp .Net MVC application for medical appointments management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP .Net MVC Medical Appointments Management App

Summary:

This projects manages medical appointments for pacients. The process is intended to be used by medical staff during telephonic conversations with patients.

Features developed:

  • local Microsoft SQL Server database
  • CRUD operations for appointment, patient and doctor entities
  • basic UI design
  • export excel file with all appointments (ajax call)
  • find appointments for a specific patient between selected datetimes (using stored sql procedure and ajax call)
  • javascript footer button to scroll to the top of the page
  • entity framework integrated

App demo on youtube

*web.config not included for security reasons.

🔀 ASP.NET Core version of project can be found on secondary branch (migrated from the current one).

Resources:

About

This is an Asp .Net MVC application for medical appointments management