- Java 17
- Docker 20.10
All the generation is done with the wrapped gradle.
./gradlew build
docker run -p 27017:27017 mongo:5.0.3
TODO: Use a volume to persist data between run
java -jar build/libs/mtg-collection-0.0.1-SNAPSHOT.jar
[Swagger](http://localhost:8080/sets)
- Loading of cards blocks from Scryfall into the mongo container
curl -X PUT 'http://localhost:8080/sets'
- Get all blocks from Mongo
curl -X GET 'http://localhost:8080/sets'