User:Saul/feathers
From Organic Design wiki
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