Skip to content

bryopsida/syslog-api

Repository files navigation

Syslog-Api

Quality Gate Status Coverage Security Rating Vulnerabilities Code Smells Bugs

Archived

Archiving for now as CouchDB's API + CURL & JQ suit my needs for looking through the data.

Description

A api for fetching and querying recorded messages from the syslog-api

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov