Hi all! I’m new here, I’ve been programming for a year and a half and I’m now learning to use node.js and mongoDb with The Net Ninja. (he is really an amazing teacher!!)
My question is very simple, but I couldn’t find the answer.
I understand I can install mongoDB on my computer and that I can also use it on a cloud service like mongodb atlas. But is it possible to use it on my server? If I rent aserver to host my express app, can I create a database on it without any third party service?
Thanks in advance!
Eric