Before API usage, please rename .env.example
into .env
Run this commands which will create a dummy admin account, as for API authentication I've used Stateless HTTP Authentication as it was a test otherways, it would have a different one
php artisan migrate --seed
Admin credentials
username: admin
password: password
You can locate API documentation at flight-advisor/v1/documentation