Moonbase handles the space hardware and database for events, communities and attendance.
This project uses Feathers. An open source web framework for building modern real-time applications.
-
Install your dependencies
yarn
-
Start your app
yarn start
Simply run npm test
and all your tests in the test/
directory will be run.
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
For more information on all the things you can do with Feathers visit docs.feathersjs.com.