jzoric / cnv-middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

cnv-middleware project is the comunication channel (backend) of the cnv-platform. It's nodeJS application written in typescript, using the NestJS framework and it's features. As for the database, it uses ArangoDB, a Document and Graph database. NodeRED is also bundled and managed by the cnv-middleware.

Description

Nest framework TypeScript starter repository.

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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

License:Apache License 2.0


Languages

Language:TypeScript 98.9%Language:JavaScript 0.5%Language:Smarty 0.3%Language:Dockerfile 0.3%