Skip to content

danieln-ml/ContactService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Service

This example illustrates the use of Carbon.io to implement a public API for managing contacts. This API also handles user management, and allows for new users to register via the API, and then use the API to manage their contacts separate from other users' contacts.

Installing the service

We encourage you to clone the git repository so you can play around with the code.

% git clone git@github.com:carbon-io/example__contacts-api.git
% cd example__contacts-api
% npm install

Running the service

To run the service:

% node lib/ContactService

For cmdline help:

% node lib/ContactService -h

Running the unit tests

This example comes with a simple unit test written in Carbon.io's test framework called TestTube. It is located in the test directory.

% node test/ContactServiceTest

or

% npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •