mongodb-nodejs #Install npm dnf install npm #initialize node mkdir test cd test npm init -y #install mongodb driver for node npm install mongodb