Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

helloingob/Shopify

Open more actions menu

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

About

Shopping list management with offer highlighting

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.