inside my-app-server:
pip install -r requirements.txtinside my-app-client:
yarn inside my-app-server:
# assuming you have already started mongodb server
python app.pyinside my-app-client:
yarn run startinstall brew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"install docker:
brew install dockerinstall docker-compose:
brew install docker-composeinside playground:
docker-compose build
docker-compose upuseful commands:
# connect to mongodb instance with admin database
docker exec -it playground_db_1 mongo admin