An open API service indexing awesome lists of open source software.

https://github.com/asmsayem202/patientmanagement

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**.
https://github.com/asmsayem202/patientmanagement

ajax aspnet-core-mvc entity-framework-core-8 lucide-icons modal-dialog pagination responsive-design-layout sql-server tailwindcss-v4 toast-notification

Last synced: 6 months ago
JSON representation

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**.

Awesome Lists containing this project

README

          

## ๐Ÿฅ 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