User:Saul/feathers

From Organic Design wiki
< User:Saul
Revision as of 02:18, 18 July 2018 by Saul (talk | contribs) (Created page, and added cli commands.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Feathers is a lightweight framework for setting up REST API's and realtime events.

Install

CLI

Install the cli to get started with you feathers application quickly.

npm install -g @feathersjs/cli

App

To get feathers to generate the app run:

feathers generate app

Authentication

To generate a authentication method use:

feathers generate authentication

Services

Services are a way to set up the REST API for a service like messages, users, channels, ect.

feathers generate service