Skip to content

Building a RESTful API Using Node and Express 4

Notifications You must be signed in to change notification settings

scramjs/node-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of the original project, rewritten with Express Web Components

Usage

bower install
npm install
npm run dev // development without a debug browser window
npm run-dev-window // development with a debug browser window (recommended)

The instructions below are for the original repository

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 [email protected]: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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.4%
  • HTML 48.1%
  • JavaScript 2.5%