walmartdigital / products-db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lider Challenge

Welcome!

We really appreciate your interest in this challenge and we hope you have some good time with this ;)!

Installation

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

Something went wrong?

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 ;)

About


Languages

Language:Shell 65.7%Language:Makefile 34.3%