Follow these instructions to set up and run the project locally on your Machine.
- Clone the repository:
git clone https://github.com/tauseedzaman/hospitalMS.git
cd hospitalMS
composer install
cp .env.example .env
php artisan key:generate
php artisan storage:link
php artisan migrate:fresh --seed
php artisan serve
Admin:
Password:
tauseed