We really appreciate your interest in this challenge and we hope you have some good time with this ;)!
If you want to set the mongodb and import the products to start with the challenge, use this command:
$ make database-up
If you only want to run the mongodb image, use this one:
$ make database-docker-up
If you only want to import the products in the running mongodb image, use this:
$ make database-provision
If something went wrong, you can stop and remove the container with this:
$ make database-down
If you want to reset the container:
$ make database-reset
Anything else?, you are always welcome to have a look at the Makefile ;)