DEV Community

Karina
Karina

Posted on

Pet Store with Apache Juneau Part 1

Hi! I'm doing a Pet Store with Juneau. I'm sure that you first question will be: What is Apache Juneau?

Apache Juneau is an open-source, lightweight set of libraries for marshaling POJOs to a wide variety of languages and building self-documenting REST services and REST-backed proxy interfaces.

In this tutorial, I will show you how to install the Pet Store from their repository.

First, you have to download the code from their repository. You can find the code here.

Apache Juneau

I'm using IntelliJ Idea, but you can use Eclipse or NetBeans. You should look to have something similar.

Juneau Pet Store

After this, you have to run your app with Maven. In the console, you will view Spring Boot running. You will have the app in your browser "localhost:5000"

The result will be this.

Result

I'm working on doing a Pet Store application, so wish me good luck. I will show you my application when I finished it.

If you have trouble, let a comment and I will try to help.

Top comments (0)