Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 575 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 575 Bytes

Build Status

Wishlist Optimizer

This repo contains source code for vampirictutor.com, a wishlist optimizer for Magic Card Market. There you can find sellers that have Magic The Gathering cards you want to buy, and choose the one with the lowest price.

Development

To run the app backend locally: python runserver.py

To run the app frontend locally: npm run serve