/trade-binder

GNU General Public License v3.0GPL-3.0

Trade Binder

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

Requirements

You need Node.js and MongoDB installed and running.

Installation

$ git clone git@github.com:dghalbr/tradeBinder.git && cd ./tradeBinder
$ npm install

Setup

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

Running the app

$ npm start

Running tests

To run all of the tests:

$ npm test 

Contributors

  • Chris Pickett
  • Dustin Halbrooks
  • Kent Baker