- Open a terminal
- Run composer install
- Run php artisan migrate
- Run php passport install
- Run php artisan seed
- Using a REST Client(Insomnia or Postman). Connect to the application and register. Login and a token will be generated.
- Using the token as a Bearer Token, test the application.