tleskin / restful-node-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESTful Node API

A Customer Relations Management tool.


About

The RESTful Node API is a sample app from the Scotch.io MEAN Machine book.

It will handle CRUD for an item (users), have a standard URL, use the proper HTTP verbs to make it RESTful (GET, POST, PUT, and DELETE), return JSON data and log all requests to the console.

About


Languages

Language:JavaScript 100.0%