-
Laravel
-
Passport Package
-
Clone the project
-
install packages via this command :
composer:install
- Connect to your own database and run database migration
:
php artisan migrate
- Run database Seeder to make some fake Users,Products and Product Reviews
:
php artisan db:seed
-
Import apis to your post man
-
You can get access token for a user with OAuth/Get Token api and change value of the {{auth}} Environment
Be Happy:)