Elderly-Care-Residence-Management-And-Emergency-Support-Platform

πŸ₯ Elderly Care Residence Management & Emergency Support Platform

A comprehensive web-based platform designed to manage elderly care residences with health monitoring, meal management, emergency support, and financial transparency.

This system helps administrators, caregivers, and residents manage daily activities while ensuring safety, healthcare tracking, and efficient communication.


✨ Key Features

πŸ” Authentication System


πŸ‘΄ Elderly User Dashboard


πŸ–₯️ Admin / Management Dashboard


πŸ‘₯ Resident Management


🍽️ Food & Kitchen Management


🚨 Emergency Support System


πŸ’° Financial Transparency


⭐ Premium Services

πŸ’Ž Premium Package Price: ΰ§³10,000 BDT

Benefits:


⭐ Rating & Feedback


πŸ“Š Health Tracking & Reports

Daily tracking includes:

Reports include:


πŸ›  Technology Stack

Layer Technology
🎨 Frontend HTML5, CSS3, JavaScript
βš™οΈ Backend PHP 7.4+
πŸ—„ Database MySQL 5.7+
🌐 Server Apache / Nginx

βš™οΈ Installation Guide

πŸ“Œ Prerequisites


πŸ“₯ Setup Steps

  1. Download or clone project
  2. Import database schema (database/schema.sql)
  3. Configure database connection (config/database.php)
  4. Configure site URL (config/config.php)
  5. Set folder permissions (assets/images)
  6. Access the application via browser

πŸ”‘ Default Login Credentials

πŸ‘¨β€πŸ’Ό Admin

| Field | Value | |β€”β€”|β€”β€”| | Username | admin | | Password | admin123 |

πŸ‘΄ Elderly User

| Field | Value | |β€”β€”|β€”β€”| | Username | elderly1 | | Password | elderly123 |

⚠️ Change credentials in production.


πŸ“ Project Structure

elderly_care/
β”œβ”€β”€ config/
β”‚   β”œβ”€β”€ config.php          # General configuration
β”‚   └── database.php        # Database configuration
β”œβ”€β”€ css/
β”‚   β”œβ”€β”€ style.css           # Main stylesheet
β”‚   └── admin.css           # Admin-specific styles
β”œβ”€β”€ js/
β”‚   β”œβ”€β”€ main.js             # Common JavaScript
β”‚   β”œβ”€β”€ dashboard_elderly.js  # Elderly dashboard JS
β”‚   └── dashboard_admin.js    # Admin dashboard JS
β”œβ”€β”€ php/
β”‚   β”œβ”€β”€ login.php           # Login processing
β”‚   β”œβ”€β”€ logout.php          # Logout processing
β”‚   β”œβ”€β”€ update_health.php   # Health update handler
β”‚   β”œβ”€β”€ submit_meals.php    # Meal selection handler
β”‚   β”œβ”€β”€ emergency.php       # Emergency alert handler
β”‚   β”œβ”€β”€ get_health_history.php  # Health history API
β”‚   β”œβ”€β”€ get_meal_history.php    # Meal history API
β”‚   β”œβ”€β”€ get_meal_plans.php      # Meal plans API
β”‚   └── admin/
β”‚       β”œβ”€β”€ respond_emergency.php  # Emergency response handler
β”‚       └── generate_report.php    # Report generator
β”œβ”€β”€ pages/
β”‚   β”œβ”€β”€ home.php            # Home page
β”‚   β”œβ”€β”€ login.php           # Login page
β”‚   β”œβ”€β”€ about.php           # About page
β”‚   β”œβ”€β”€ services.php        # Services page
β”‚   β”œβ”€β”€ contact.php         # Contact page
β”‚   └── admin/
β”‚       β”œβ”€β”€ overview.php    # Admin overview
β”‚       β”œβ”€β”€ residents.php   # Residents list
β”‚       β”œβ”€β”€ health.php      # Health updates
β”‚       β”œβ”€β”€ meals.php       # Meal selections
β”‚       β”œβ”€β”€ emergencies.php # Emergency alerts
β”‚       β”œβ”€β”€ finance.php     # Financial management
β”‚       └── reports.php     # Reports & analytics
β”œβ”€β”€ database/
β”‚   └── schema.sql          # Database schema
β”œβ”€β”€ assets/
β”‚   └── images/             # Resident photos
β”œβ”€β”€ index.php               # Main entry point
β”œβ”€β”€ dashboard_elderly.php   # Elderly user dashboard
β”œβ”€β”€ dashboard_admin.php     # Admin dashboard
└── README.md               # Project README

πŸ”’ Security Notes


πŸš€ Future Enhancements


πŸ“œ License

Academic project for educational purposes.


πŸ™Œ Credits


✨ Academic Full-Stack Web Development Project