Dropwizard app using RESTful web service to create bookshop store for testing purposes for Master Thesis
- Run
mvn clean install
to build your application - Start application with
java -jar target/DW-Bookshop-1.0-SNAPSHOT.jar server config.yml
- 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.