Getting Started
Dependencies and Requirements
# Check your Python version
python --version
# If you need to install Python, visit: https://www.python.org/downloads/# Check Node.js version
node --version
# If needed, install from: https://nodejs.org/# Option 1: Install locally
# Visit: https://www.mongodb.com/try/download/community
# Option 2: Use Docker
docker run -d -p 27017:27017 --name mongodb mongo
# Option 3: Use MongoDB Atlas (free cloud database)
# Sign up at: https://www.mongodb.com/cloud/atlasLast updated
