An online shoppinglist with offer highlighting from known german supermarkets
- 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
- Run "mvn clean package"
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
- Copy shopify.war file to tomcat webapps directory
- Start Tomcat server
- Access http://localhost:8080/shopify
- Add products