Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 700 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 700 Bytes

RoQ: CLI and Web Application

This repository hosts two tools to control RoQ written in NodeJS.

  • A commandline interface
  • A web application ("management console")

Installing

See the install guide.

Launching the web application

This will start the web application (management console) and the APIs. Run the application using the launcher:

./launcher.js web

Using the CLI

See the CLI manual.

Web API Documentation

See the Web API manual.

Components

See the Internal architecture.