项目作者: ashkan90

项目描述 :
Trello server designed with feathersjs
高级语言: JavaScript
项目地址: git://github.com/ashkan90/trello-server.git
创建时间: 2019-01-28T12:42:21Z
项目社区:https://github.com/ashkan90/trello-server

开源协议:MIT License

下载


trello-clone-server

About

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

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and npm installed.
  2. Install your dependencies

    1. cd path/to/trello-clone-server; npm install
  3. Start your app

    1. 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:

  1. $ npm install -g @feathersjs/cli # Install Feathers CLI
  2. $ feathers generate service # Generate a new Service
  3. $ feathers generate hook # Generate a new Hook
  4. $ feathers help # Show all commands

Help

For more information on all the things you can do with Feathers visit docs.feathersjs.com.

Changelog

0.1.0

  • Initial release

License

Copyright (c) 2018

Licensed under the MIT license.