I am working on a test mongodb database using mongoose with my query methods defined in a javascript file, I want to run some queries using this methods by calling them from the terminal (some of them, with parameters) using node js. I did not create any server, though I am familiar with creating routes and making queries using postman and I have written test that confirm the methods are working as expected, I want to run the queries trough the terminal as i am doing this for learning purposes only. I am working on a test mongodb database using m