#Simple MTG
Magic The Gathering Battle Application
- node
- npm
- mongodb
First, you will need to run the install on npm:
npm installThen, you got to download all MTG json:
npm run loadAfter all sets being downloaded, you have to import it to the mongo database:
npm run importThen, all you have to do is start npm:
npm startYour server will be set up at: http://localhost:8000/
the API documentation is located at apidoc 😄