In this chapter, we will cover the necessary steps to set up your development environment. These will include the following:
- Installing Node.js on your machine
- Installing MongoDB on your machine
- Verifying that everything is set up properly
Follow these sections carefully, as we need the development environment to be up and running before we jump into the chapters where we dive into actual coding. For the remainder of this book, it's going to be assumed that you are using either a Mac with OS X, Linux, or Windows 7/Windows 8. You will also need super user and/or administrator privileges on the computer, as you will be installing the Node and MongoDB server. The code and examples after this chapter will all be OS agnostic and should work in any environment, assuming you have taken the steps I outlined earlier to be prepared ahead of time.
You will need...