Whenever I'm going to use MongoDB in a local development environment, I have to open the terminal and type:
mongod
So you can use MongoDB services.
Given that my operating system is Windows10 (60 bits), how do I always start this process automatically, without having to keep a terminal open just to run mongod
?
In this context, if I want to disable this automatic startup, what would the procedure look like?