Skip to content

anton-giguz/shopdb

Repository files navigation

  1. Build (with Maven):
mvn package
  1. Create tables in database and populate them with test data:
psql --file=dump.sql <dbname>
  1. Edit connection information in database.properties

  2. Start (with test data):

java -jar target\shopdb.jar search input-search.json output-search.json
java -jar target\shopdb.jar stat input-stat.json output-stat.json