published on in tech
tags: python mongodb

Mongodb Setup


  1. brew update
  2. brew install mongodb
  3. setup python driver for mongoldb:
pip install pymongo