Skip to content

sat939/services

Repository files navigation

LabShare Services

Codacy Badge Build Status Codacy Badge

Usage

npm i @labshare/services

const {Services} = require('@labshare/services');

let options = {
    // Override default options
};

let services = new Services(options);

services.config(({app, services}) => {
   // Optionally perform additional customization of the Express app initialized by Services and the loaded routes
});

// Start up the server with all the loaded HTTP and Socket APIs
services.start();

Configuration

Working with LabShare APIs

Development

  1. Install Node.js.
  2. npm i -g lsc
  3. Run npm install inside the Service's root directory to install its dependencies.

Tests

npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published