Skip to content

bsubedi26/feathers-sql

Repository files navigation

feathers-sql

About

This project uses Feathers. An open source web framework for building modern real-time applications.

Getting Started

  1. NodeJS and npm.

  2. Install dependencies

    cd path/to/feathers-sql; npm install
    
  3. Start app

    npm start
    

Testing

Simply run npm test and all your tests in the test/ directory will be run.

Scaffolding

Feathers has a powerful command line interface. Here are a few things it can do:

$ npm install -g feathers-cli             # Install Feathers CLI

$ feathers generate service               # Generate a new Service
$ feathers generate hook                  # Generate a new Hook
$ feathers generate model                 # Generate a new Model
$ feathers help                           # Show all commands

License

Copyright (c) 2016

Licensed under the MIT license.

About

NodeJS framework FeathersJS built on ExpressJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors