Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 689 Bytes

Getting-Started.md

File metadata and controls

18 lines (11 loc) · 689 Bytes

Getting Started

Usage

Important: Read over the Feathers documentation, specifically the section on Services. All of the Feathers REST and Socket API requests are supported.

Run example:

Run the following:

node example/index.js

Open your browser to http://localhost:8080/todo. There will likely be an empty array in response. This is because you have no Todos, yet.

I recommend the Postman extension for Chrome if you would like an easy to use REST Client.