#Simple MTG

Magic The Gathering Battle Application

Requirements:

  • node
  • npm
  • mongodb

Usage:

First, you will need to run the install on npm:

npm install

Then, you got to download all MTG json:

npm run load

After all sets being downloaded, you have to import it to the mongo database:

npm run import

Then, all you have to do is start npm:

npm start

Your server will be set up at: http://localhost:8000/

the API documentation is located at apidoc 😄