Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scotch-io/node-api

Building a RESTful API Using Node and Express 4
https://github.com/scotch-io/node-api

Last synced: about 13 hours ago
JSON representation

Building a RESTful API Using Node and Express 4

Awesome Lists containing this project

README

        

# Building a RESTful API in Node and Express

Using the new Express 4.0 Router to build an API

[Read the tutorial](http://scotch.io/tutorials/javascript/build-a-restful-api-using-node-and-express-4)

## Requirements

- Node and npm

## Installation

- Clone the repo: `git clone [email protected]:scotch-io/node-api`
- Install dependencies: `npm install`
- Start the server: `node server.js`

## Testing the API
Test your API using [Postman](https://chrome.google.com/webstore/detail/postman-rest-client-packa/fhbjgbiflinjbdggehcddcbncdddomop)