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

https://github.com/isranlie/laravel_isranlie

Simple hospital management website using laravel
https://github.com/isranlie/laravel_isranlie

bootstrap jquery laravel mysql

Last synced: 3 months ago
JSON representation

Simple hospital management website using laravel

Awesome Lists containing this project

README

          

Laravel Logo

## Laravel RS

Simple hospital management website using laravel

> give a star if you like it, cheers

#### Features

- Create, Update, Delete, and Search
- Datatables pagination

#### Menus

- Rumah Sakit
- Pasien
- User

### Setup Instructions

To get a local copy of the code, clone it using git:

```
git clone https://github.com/IsranLie/laravel_isranlie.git
cd laravel_isranlie
```

Install composer depedencies:

```
composer install
```

Setting your database connection on .env
Copy .env file:

```
cp .env.example .env
```

App key:

```
php artisan key:generate
```

Migrate database (MySQL) & seeding

```
php artisan migrate --seed
```

Run command:

```
php artisan serve
```

The website will run on the laravel server `http://127.0.0.1:8000/`

```
username: admin
password: password123
```

### Screen Capture

image
screencapture

### Demo

https://github.com/user-attachments/assets/5c591ceb-dedc-4ea2-9234-4e89685c805d