EASY SHOP (NodeJS ExpressJS MongoDB ReactJS) server cd server/ Dockerize mongodb : docker-compose up --build -d mongodb_easy_shop Install Dependencies: yarn Run Server: yarn start Client cd client/ && yarn && yarn dev