Skip to content

A simple and user-friendly web application for managing patients and their prescribed medicines. Built with **ASP.NET Core MVC (.NET 8)**, **Entity Framework Core**, **SQL Server**, and styled using **Tailwind CSS**.

Notifications You must be signed in to change notification settings

asmsayem202/PatientManagement

Repository files navigation

🏥 Patient Management System (ASP.NET Core MVC with Tailwind CSS)

A simple and user-friendly web application for managing patients and their prescribed medicines. Built with ASP.NET Core MVC (.NET 8), Entity Framework Core, SQL Server, and styled using Tailwind CSS.


📌 Features

  • 🔐 Doctor-only access (no roles implemented for simplicity)
  • ➕ Add, Edit, and Delete Patients
  • 💊 Add, Edit, and Delete Medicines for each patient
  • 🔎 Search and filter patients
  • 🔁 Pagination (5 patients per page)
  • 🧾 View detailed patient history with medicine timeline
  • 🖱️ AJAX-based delete confirmation (with modal and toast message)
  • 🧩 Responsive and clean UI with Tailwind CSS
  • 🎯 Lucide icons integration for better UX

🧑‍💻 Technologies Used

  • ASP.NET Core MVC (.NET 8)
  • Entity Framework Core (Code-First)
  • SQL Server
  • Tailwind CSS
  • jQuery (for AJAX)
  • Lucide Icons

📚 Tags

aspnet-core dotnet-8 mvc tailwindcss sql-server crud medical-system


📂 Project Structure

PatientManagement/ │ ├── Controllers/ │ ├── PatientController.cs │ └── MedicineController.cs │ ├── Models/ │ ├── Patient.cs │ └── Medicine.cs │ ├── Views/ │ ├── Patient/ │ │ ├── Index.cshtml │ │ ├── Create.cshtml │ │ ├── Edit.cshtml │ │ └── Details.cshtml │ ├── Medicine/ │ │ └── Edit.cshtml │ └── Shared/ │ └── _Layout.cshtml │ ├── Data/ │ └── ApplicationDbContext.cs │ ├── wwwroot/ │ └── css, js, lib (static files, Tailwind, jQuery) │ ├── appsettings.json └── Program.cs

About

A simple and user-friendly web application for managing patients and their prescribed medicines. Built with **ASP.NET Core MVC (.NET 8)**, **Entity Framework Core**, **SQL Server**, and styled using **Tailwind CSS**.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published