-
Composer - https://getcomposer.org/download/
-
Swagger - http://localhost:8000/api/documentation
-
Postman - https://www.getpostman.com/collections/3e68f0f2144e9e431183
Run test cases using
.\vendor\bin\phpunit.bat
- clone the git repository
git clone https://github.com/lokesharma95/Book-api.git
- Run composer command to install project dependencies
composer install
- migrate database
php artisan migrate
- Run php server using
php artisan serve