Hospital Inventory Management System
A modern inventory management system designed for hospitals and clinics to efficiently manage medicines, generics, wards, and expenses.
Features
- Medicine Management: Add, edit, track stock, and usage logs
- Generic Management: Associate generics with medicines
- Ward Management: Define wards and their sizes
- Expense Tracking: Categorized expense logging
- Authentication: Secure login and planned role-based access (upcoming-features)
- Backup System: Manual and scheduled backups (some issues)
Installation
- Clone the repository and install dependencies:
git clone https://github.com/BilalSwl6/react-hospital.git
cd react-hospital
composer install
npm install
- Configure
.env
and run:
cp .env.example .env
php artisan key:generate
php artisan migrate
npm run dev