A simple Bookstore API built and tested with Postman
- LARAVEL PASSPORT
- LARAVEL V 10.2.5
- PHP V 8.1
git clone https://github.com/Soburr/Bookworm-Laravel-APi.git
composer install
php artisan migrate
Then
npm install
npm run dev
Run the server
php artisan serve