Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 899 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 899 Bytes

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.