Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anechas/hospital-queue
- Owner: AnechaS
- Created: 2021-03-29T16:19:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T08:46:02.000Z (about 3 years ago)
- Last Synced: 2024-11-06T21:45:51.830Z (2 months ago)
- Topics: bootstrap, jquery, laravel, mysql, php
- Language: PHP
- Homepage:
- Size: 485 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```