Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anechas/hospital-queue

Hospital queue with Laravel
https://github.com/anechas/hospital-queue

bootstrap jquery laravel mysql php

Last synced: 21 days ago
JSON representation

Hospital queue with Laravel

Awesome Lists containing this project

README

        

# Hospital Queue

## Installation

```bash
$ composer update
```

## Configuration

create file `.env`

```bash
$ cp .env.example .env
```

then customize you config

## Create initial data

```bash
$ php artisan db:seed
```

## Start

```bash
$ php artisan start
```