/walmart_book_shop

Walmart Book Shop Application

Primary LanguageJava

Walmart Book Shop Application

Build Status License

Walmart Book Shop Application shows list of available books in a paginated fashion and details of books with specifications,features, and reviews.

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring application on your local machine. One way is to execute the main method in the com.canemreayar.bookshop.BookShopApplication class from your IDE.

Alternatively you can use the maven spring-boot run command like:

For calling below commands,firstly you have to go the project folder directory.

mvn clean install
mvn spring-boot:run

After execution completed, you can open your favourite browser and call http://localhost:8080/bookList

If you would like to test api methods as a rest client, you can use below postman collections.

Run in Postman

Copyright

Released under the Apache License 2.0. See the LICENSE file.