How to create a MongoDB database
So we’ve got a Node.js website ready and waiting for some database data. We’ve also got MongoDB installed. So let’s create a »
So we’ve got a Node.js website ready and waiting for some database data. We’ve also got MongoDB installed. So let’s create a »
Having a node.js website without a database in the backend is going to be pretty limiting! So let’s address that. There are a whole »
UPDATE: Since writing this I have decided to take better control over the process, and install Node.js on Ubuntu using the package manager I’m »