Follow these steps to set up the project:
-
Install PHP dependencies:
composer update
-
Install JavaScript dependencies:
npm install
-
Install JavaScript dependencies:
npm install
-
Run generate app key command:
php artisan key:generate
-
Run add fake book command:
php artisan fake:books
After installing dependencies, run the following commands:
-
Start the PHP development server:
php artisan serve
-
Compile assets for development:
npm run dev
Explore our API using Postman: