Install Docker for Mac: https://www.docker.com/products/overview
maketo build the base container (make each time you change the app)make runto start it http://127.0.0.1:3000docker-compose upstart both the mongo and site containers for API testingdocker-compose build appto build the app container for compose