I'm currently coding up the server-side of a webapp for the first time in my life. I'm using nodeJS, and plan on using MongoDB as my database with that. On the MongoDB website, their tutorial goes through downloading and extracting the mongoDB files into a local folder, but I've already installed everything via aptitude.
Is there any advantage to keeping the database files in a local folder that way instead of using a package manager? I feel like updating the code in the future when there are new MongoDB releases will be easier via a package manager, but I really don't know for sure.
Would somebody be able to lay out some of the advantages or disadvantages of using one method vs the other? If I was planning on using mongoose with this in the future, would using one method vs the other make a difference?
Best, and Thanks,
Sami