Skip to content

helloingob/Shopify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopify

An online shoppinglist with offer highlighting from known german supermarkets

Features:

  • Add/Delete product to shopping list
  • Increase/Decrease amount of a product
  • Offer Sniper: Parse offers from known supermarkets (last checked 12.01.2019)
    • Aldi
    • Edeka
    • Penny
    • Rewe
    • Sky

Requirements

Build

  • Run "mvn clean package"

Database

Add user "shopper" with "helloingob" password & create database.

CREATE USER 'shopper'@'localhost' IDENTIFIED BY 'helloingob';
GRANT ALL PRIVILEGES ON shopper.* TO 'shopper'@'localhost';
FLUSH PRIVILEGES;

CREATE DATABASE shopper;

Execute schema.sql

Setup GUI:

  1. Copy shopify.war file to tomcat webapps directory
  2. Start Tomcat server
  3. Access http://localhost:8080/shopify
  4. Add products

Releases

No releases published

Packages

No packages published