This is a fork of https://github.com/FerretDB/nodejs-example, simplified to run with FerretDB.
npm install
node index.js --uri='mongodb://localhost:27017/'
- To run with strict Stable API:
node index.js --uri='mongodb://localhost:27017/' --strict
- To run with PLAIN authentication pass PLAIN to the
authMechanism
URI option:node index.js --uri='mongodb://localhost:27017/?authMechanism=PLAIN'