A simple Laravel UI Application for consuming the ITF-Electronic-Logbook-Webservice RESTful API.
- PHP 7.3
- Laravel Framework 8.42.1
Before setting up this project, ensure that the ITF-Electronic-Logbook-Webservice RESTful webservice is running at localhost:9092 by following the instructions on the project.
- Ensure that
PHPis properly installed - Ensure that
composeris properly installed
After cloning this project, follow the instructions below to get the application running
- run
composer installon the project terminal - change
.env.exampleto.env - Update the
.envfile with the following credentials
BASE_URL=localhost:9096
API_KEY='kdnonoeno#@2lsn'
- run
php artisan key:generateto generate the application key - run
php artisan serveto start the application.
username: [email protected]
password: admin1234