Skip to content

Dropwizard backend implementation for RealWorld

Notifications You must be signed in to change notification settings

Kevenvz/realworld-dropwizard-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealWorld Example App

Dropwizard codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with Dropwizard including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Dropwizard community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

This is using Dropwizard to create a backend.

Getting started

You need to install the JDK and Maven to build the project.

Once you have installed the JDK and Maven run the following command to build the project: mvn package

When the build is successful you'll see a target directory appear and then you can continue to run the project using the following command java -jar target/io.realworld.conduit-1.0-SNAPSHOT.jar server

About

Dropwizard backend implementation for RealWorld

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%