ROOH-REHABILITATION-main1

Rooh Rehabilitation Center - Patient Management System (RoohPMS)

RoohPMS is a comprehensive Patient Management System (PMS) designed for the Rooh Rehabilitation Center. It streamlines hospital operations, patient care, and financial management for addiction treatment and psychological services.

πŸš€ Key Features

πŸ₯ Patient Management

πŸ’° Financial & Overhead Management

πŸ‘₯ HR & Operations

πŸ“Š Reporting & Analytics

πŸ› οΈ Technology Stack

βš™οΈ Local Setup

Prerequisites

Installation

  1. Clone the repository:
    git clone <repository-url>
    cd RoohPMS
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Configure Environment Variables: Create a .env file in the root directory (refer to .env.example):
    MONGO_URI=mongodb://localhost:27017/rooh_pms
    SECRET_KEY=your_secret_key_here
    GMAIL_USER=your-email@gmail.com
    GMAIL_APP_PASSWORD=your-app-password
    ADMIN_EMAIL=admin@roohrehab.com
    
  4. Run the application:
    python app.py
    
  5. Access the application: Open http://127.0.0.1:5000 in your browser.

πŸ›‘οΈ Security

🎨 Branding

The application has been recently rebranded from the internal β€œPRO” designation to the official Rooh branding, featuring a professional UI with the gold and green theme of Rooh Rehabilitation Center.


Β© 2026 Rooh Rehabilitation Center. All rights reserved.