rulers / node-api

Building a RESTful API Using Node and Express 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:scotch-io/node-api
  • Install dependencies: npm install
  • Start the server: node server.js

Testing the API

Test your API using Postman

About

Building a RESTful API Using Node and Express 4


Languages

Language:JavaScript 100.0%