Walmart Book Shop Application shows list of available books in a paginated fashion and details of books with specifications,features, and reviews.
For building and running the application you need:
- JDK 1.10
- Maven 3
- Lombok
- For IntelliJ [Lombok IntelliJ Plugin] (https://plugins.jetbrains.com/plugin/6317-lombok)
- For Eclipse [Lombok Eclipse] (https://projectlombok.org/downloads/lombok.jar)
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.
Released under the Apache License 2.0. See the LICENSE file.