Skip to content

alaa-aqeel/book-api

Repository files navigation

Books API with laravel and passport

Set up

  1. git clone https://github.com/alaaProg/book-api.git
  2. cd books-api
  3. composer install
  4. php artisan migrate --seed
  5. php artisan passport:install
  6. php artisan serve

Docs

  1. open postman
  2. menu bar > file > import > select file Book Apipostman_collection.json
  3. injoy