↧
Getting Started with Node.js on Mac OS X
This is a step-by-step process on installing Node.js on Mac OS X. There are several “getting started” tutorials online but I didn’t find much on Mac OS X. The ones I did find were a little confusing...
View ArticleA Sample App with Node.js, Express and MongoDB – Part 1
In this post, we’re going to be creating a simple Employee database using Node, Express and MongoDB. By the end of this tutorial, you should be able to save a new employee and display all saved...
View ArticleA Sample App with Node.js, Express and MongoDB – Part 2
In my last post, we created a simple Employee database using Node, Express and MongoDB. In this tutorial, we’ll add the ability to edit and delete employees. Edit an Employee The first thing we need to...
View Article