BooksAPI is a PHP application based on the Symphony framework
# ...Clone the code repository and install its dependencies
$ git clone https://github.com/cusursuz/BooksAPI.git my_project
# ...Change directory
$ cd my_project/
# ...Install all the dependencies
$ composer install
Set up a connection to the Database in the .env file
$ php bin/console doctrine:fixtures:load
$ symfony serve
)
For Create, Update or Delete use next credentials Username: test_user Password: test_password