ricardoveramedina / single-cards

APP to generate "Magic the gathering" card product in woocommerce (wordpress) and update prices based in a magic website. - Fetch card data from scryfall API - Webscrap from a magic website using regexp - Check the price of a magic website and update in woocommerce connecting using mysql. This APP was created using the clean architecture principles and SOLID (Robert C. Martin Series). -Spring boot -Jackson for XML serialization -http-request library for rest client -Junit -mockito for unit test -assertJ for assertions in unit test -and mysql connector java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

What is this repository for?

  • APP to generate "Magic the gathering" card product in woocommerce (wordpress) and update prices based in a magic website.
  • Fetch card data from scryfall API
  • Webscrap from a magic website using regexp
  • Check the price of a magic website and update in woocommerce connecting using mysql
  • This APP was created using the clean architecture principles and SOLID (Robert C. Martin Series).
  • Spring boot
  • Jackson for XML serialization
  • http-request library for rest client
  • Junit
  • mockito for unit test
  • assertJ for assertions in unit test
  • and mysql connector java

About

APP to generate "Magic the gathering" card product in woocommerce (wordpress) and update prices based in a magic website. - Fetch card data from scryfall API - Webscrap from a magic website using regexp - Check the price of a magic website and update in woocommerce connecting using mysql. This APP was created using the clean architecture principles and SOLID (Robert C. Martin Series). -Spring boot -Jackson for XML serialization -http-request library for rest client -Junit -mockito for unit test -assertJ for assertions in unit test -and mysql connector java


Languages

Language:Java 99.9%Language:Makefile 0.1%