Skip to content

Dropwizard app using RESTful web services to create bookshop store for testing performnces and resource consumption by simulating use of multiple users sending basic HTTP (GET, POST, PUT and DELETE) requests.

nixos89/DW-Bookshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DW-Bookshop

Description

Dropwizard app using RESTful web service to create bookshop store for testing purposes for Master Thesis

How to start the DW-Bookshop application

  1. Run mvn clean install to build your application
  2. Start application with java -jar target/DW-Bookshop-1.0-SNAPSHOT.jar server config.yml
  3. To check that your application is running enter one of the following urls:
    http://localhost:8080/api/books
    http://localhost:8080/api/categories
    http://localhost:8080/api/authors
    http://localhost:8080/api/orders

For other urls check Resource classes in this package.

About

Dropwizard app using RESTful web services to create bookshop store for testing performnces and resource consumption by simulating use of multiple users sending basic HTTP (GET, POST, PUT and DELETE) requests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages