I want to make Node.js handler how can I do it?

Hello @HerrWinfried, you can select a database and perform the CRUD (Create, Read, Update and Delete) operations on the data - from a program or interactively using a tool.

mongosh is a command line tool and Compass is a desktop GUI tool.

You can perform the CRUD Operations using any of these two tools. The following link is about using the mongosh to perform the CRUD:

1 Like