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 2 months ago
JSON representation
Building a RESTful API Using Node and Express 4
- Host: GitHub
- URL: https://github.com/scotch-io/node-api
- Owner: scotch-io
- Created: 2014-04-10T14:39:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T03:16:08.000Z (over 6 years ago)
- Last Synced: 2025-03-29T02:03:57.774Z (about 2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 454
- Watchers: 23
- Forks: 322
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)