aliemrahpekesen / springMvcWalmartOpenApi

Spring MVC Bookshop Web App with Walmart Open Api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring MVC Bookshop Web App with Walmart Open Api

This project is an example of Spring MVC with jsp. Spring-boot is used in project to keep it simple.

Pre-requisite :

Maven must be installed on your machine. Nothing else needed! Please visit here to download Maven project if you need.

How to install and run

  • Download or pull this repository into your local machine
  • Open project folder (pom.xml file path should be referenced) over a terminal window
  • Run below commands
    • $ mvn clean install
      $ mvn spring-boot:run
      

Travis Integration (CI)

Build Status

Functions

  • Listing all "Book" categories on left side of web page
  • Listing books of selected category on right side of web page
  • Pagination for listed books of selected book category
  • Displaying the details of selected book

Pages

Main Page
Detail Page

License

MIT

About

Spring MVC Bookshop Web App with Walmart Open Api

License:MIT License


Languages

Language:Java 93.1%Language:CSS 6.9%