tauseedzaman / hospitalMS

Hospital management system with laravel and livewire.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hospital Management System

Front End

Front End

Front End

Back End

Back End

Database Tables

Database Tables

Installation

Follow these instructions to set up and run the project locally on your Machine.

Prerequisites

Installation

  1. 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 Credentials

Admin:

tauseed@test.com

Password:

tauseed

If you like our project please leave a star ❤

About

Hospital management system with laravel and livewire.


Languages

Language:Blade 52.8%Language:PHP 40.1%Language:HTML 7.1%