Effortlessly move data across MongoDB databases
This repo is created from the template here
curl -X POST http://localhost:3000/v1/jobs \
-H "Content-Type: application/json" \
-d '{"source": "mongodb://localhost:27017/source", "destination": "mongodb://localhost:27017/destination", "collections": ["test"]}'
curl http://localhost:3000/v1/jobs