Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 455 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 455 Bytes

MCM Backend

Backend for searching and storing Magic: the Gathering card collection. Card names and prices are fetched from cardmarket.com API.

Functionalities

  1. Search for cards
  2. Add / remove card from your collection
  3. list owned cards with average prices

Other

Requires cardmarket.com API keys. This is a pure JSON api, used with a still-in-progress React frontend (not published). Buzzwords used in this project: Python, Flask, SQLite3