Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tauseedzaman/hospitalms

Hospital management system with laravel and livewire.
https://github.com/tauseedzaman/hospitalms

hospital hospital-management-system laravel laravel-project managment-system

Last synced: 4 days ago
JSON representation

Hospital management system with laravel and livewire.

Awesome Lists containing this project

README

        

# Hospital Management System

![Front End](FrontEnd.png)

## Front End

![Front End](FrontEnd.png)

## Back End

![Back End](admin-screenshot.png)

## Database Tables

![Database Tables](Tables_Screenshot.png)

## Installation

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

### Prerequisites

- [Git](https://git-scm.com/)
- [Composer](https://getcomposer.org/)
- [PHP](https://www.php.net/)

### Installation

1. Clone the repository:

```bash
git clone https://github.com/tauseedzaman/hospitalMS.git
```
```bash
cd hospitalMS
```

```bash
composer install
```
```bash
cp .env.example .env
```
```bash
php artisan key:generate
```
```bash
php artisan storage:link
```
```bash
php artisan migrate:fresh --seed
```
```bash
php artisan serve
```

## Admin Credentials
Admin:
```bash
[email protected]
```
Password:
```bash
tauseed
```

## If you like our project please leave a star ❤