Backend for searching and storing Magic: the Gathering card collection. Card names and prices are fetched from cardmarket.com API.
- Search for cards
- Add / remove card from your collection
- list owned cards with average prices
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