https://github.com/devxarif/hozpital
Hospital Management System
https://github.com/devxarif/hozpital
Last synced: 4 months ago
JSON representation
Hospital Management System
- Host: GitHub
- URL: https://github.com/devxarif/hozpital
- Owner: devxarif
- Created: 2022-12-30T16:42:14.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2025-08-24T06:39:18.000Z (10 months ago)
- Last Synced: 2025-08-24T13:48:35.796Z (10 months ago)
- Language: Vue
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
```bash
# Clone the repo
git clone https://github.com/devboyarif/leave-management-system.git
# Install composer dependency
composer install
# Install node modules
npm install / yarn
# Copy environment file
cp .env.example .env
# Set the Application key
php artisan key:generate
# setup the database credentials and migrate database with seeders
php artisan migrate --seed
```