Trade Binder is designed to meet the needs of Magic the Gathering fans both professional and novice. With Trade Binder, a user can easily manage their Magic the Gathering card portfolio as well as build custom decks based upon the user's cards and the user's card wish list. In addition, Trade Binder helps pair players together to facilitate optimal trade enviornments that will leave both parties satisfied and with the desired card in hand.
dev board: https://trello.com/b/w9t5YhmX/trade-binder
version: 1.0.0
You need Node.js and MongoDB installed and running.
$ git clone git@github.com:dghalbr/tradeBinder.git && cd ./tradeBinder
$ npm install
WARNING: This will clear all data in existing users
and accounts
MongoDB collections. It will also overwrite /config.js
if one
exists.
$ npm run setup
$ npm start
To run all of the tests:
$ npm test
- Chris Pickett
- Dustin Halbrooks
- Kent Baker