1.0.13 • Published 6 years ago

box-backend v1.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Starter Kit Backend

A functional starter kit to help you build integrations

Prerequisites

  • Node.js (Version 6 and up recommended)

Installation

  • Clone down the repository.
git clone https://git.broadsoft.com/BroadSoftLabs/starterKit-backend.git
  • Install packages (from inside the starterKit-backend folder).
npm install
  • Create your config. There's a config.json.example file in the root. Save it as config.json and leave it in the root.

  • Start it up.

npm start
  • Enjoy!

Documentation

This project was built with JSDoc support. To generate documentation:

npm run jsdoc

Navigate to /out/index.html to view your documentation.