TheNando / crossed-wires

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crossed Wires

Requirements

  • Node 7.6.0 (for Async/Await support)

Optional Development Dependencies

Crossed Wires supports the following global node applications:

  • Nodemon - for automatic service restart on source updates
  • Yarn - NPM drop-in replacement offering superior speed and dependency resolution

Getting started

Note that the following instructions assume you have Yarn installed. You can substitue the following NPM commands if you don't use Yarn.

  • Install dependencies - yarn -> npm install
  • Run script - yarn <script> -> npm run <script>

Installing and Running application

  1. Clone repo to a local directory, we'll call it ~/crossed-wires.
  2. Change into cloned repo directory: cd ~/crossed-wires.
  3. Run yarn to install server dependencies.
  4. Start server node src.

Building API Documentation

Run script yarn generate-docs

Hosting API Documentation

Run script yarn host-docs

Once docs are hosted, you may view them in your web browser at http://localhost:8000/crossed-wires-server/0.0.5/index.html

About


Languages

Language:JavaScript 99.5%Language:Dockerfile 0.5%