web application with Admin Panel and APIs
- Categories Counts
 - Products Counts
 
- Users List
 - User Detail
 
- Categories List
 - Add Category
 - Edit Category
 - Delete Category
 
- Products List
 - Add Product
 - Edit Product
 - Delete Product
 
- create adminlara database.
 - change username and password in .env (if requried)
 
$ composer install
$ npm install && npm run dev
$ php artisan migrate:fresh --seed
$ php artisan passport:install --force
$ php artisan serve- email : admin@test.com
 - password : Admin@2020
 
- collection : https://www.getpostman.com/collections/885829b4f738e7bf6057
 - baseurl : http://localhost:8000/api
 
MIT