2
Whenever I will use Mongodb in a local development environment, I have to open the terminal and type:
mongod
So you can use Mongodb’s services.
Since my operating system is Windows10 (64 bit), how do I always start this process automatically, without having to keep a terminal open only to run the mongod
?
In this context, if I want to disable this automatic startup, as would the procedure?