Hospital Inventory Management System

A modern inventory management system designed for hospitals and clinics to efficiently manage medicines, generics, wards, and expenses.

banner image

Features

Installation

  1. Clone the repository and install dependencies:
  2. git clone https://github.com/BilalSwl6/react-hospital.git
    cd react-hospital
    composer install
    npm install
  3. Configure .env and run:
  4. cp .env.example .env
    php artisan key:generate
    php artisan migrate
    npm run dev