The system for the hospital consists of a patient manager in order to optimize the emergency area in a Hospital.
- Centralized software system
- Hierarchy levels and permissions
- Information protection
Clone or download the repository
git clone https://github.com/MOTODELL/SHOR.gitOnce inside the repository open a terminal and enter the following commands:
composer installAdd the .env file
cp .env.example .envConfigure the .env file with the relevant database settings: name, type and port
Generate the project key
php artisan generate: key ``Run migrations
php artisan migration --seed ``Run the application
php artisan serve ``There are one account already created
username: test password: 12345678 ``Enjoy!
The Laravel framework is open-source software licensed under the MIT license.