nixos89 / DW-Bookshop

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Java 100.0%