# Reference App
source: https://developer.mastercard.com/places/documentation/reference-app/index.md

The reference application is a simple Spring Boot Application that shows a typical usage of the Pet Store API and how to integrate different operations in the Sandbox environment. You can either re-use or take code references for your implementation.
>
> #### What you will learn {#what-you-will-learn}
>
> * How to use the reference application
> * How to configure your application for the Sandbox and the Production environments
> * How to test your application

## Pre-requisites {#pre-requisites}

* [Java 11](https://www.java.com/en/) and above installed

## Technologies Used {#technologies-used}

* [Spring Boot](https://spring.io/projects/spring-boot)
* [Apache Maven](https://maven.apache.org/)
* [OpenAPI Generator](https://openapi-generator.tech/)

## Get the Source Code {#get-the-source-code}

* Clone the [Pet Store Reference App](https://github.com/Mastercard/petstore-application-java) from GitHub and open it in your IDE.
* In the root directory of the application, follow the **README.md** file to configure and run the application.
