Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 951 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 951 Bytes

moonbase-server

Moonbase handles the space hardware and database for events, communities and attendance.

About

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

Getting Started

  1. Install your dependencies

    yarn
    
  2. Start your app

    yarn 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:

$ yarn add @feathersjs/cli          # Install Feathers CLI

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

Help

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