Laravel product CEUD API with JWT auth using repository pattern. You can connect this API with Vue.js app (Vue SPA CRUD)
git clone https://github.com/rakibdevs/laravel-product-crud-api.git
cd laravel-product-api
cp .env.example .env
composer update
php artisan migrate:refresh --seed
php artisan serve
email: test@example.com password: 123456
Postman API Documentation: https://documenter.getpostman.com/view/11223504/Tz5jffsv
- Login with given credentials or you can register
- Set bearer token as Authorization header
- Hit API