Crispy Magic is a JavaScript application offering a deck builder and a collection manager for the Magic: The Gathering card game with a cool interface!
This repository contains the RESTful API code for the application. For the interface code, go to crispy-magic-frontend!
Coming soon…
You need npm or yarn to build this repository.
- Clone the repository.
- Run
npm install
oryarn
at the root of the repository to build dependencies. - More details to come!