Building a RESTful API in Node and Express Using the new Express 4.0 Router to build an API Read the tutorial Requirements Node and npm Installation Clone the repo: git clone https://github.com/shivwork/nodeApi.git Install dependencies: npm install Start the server: node server.js