Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

ntxtung/SmartMotor_Server2

Repository files navigation

A server-side application for thesis Motorbike E-management

This is the “brain” in this system’s architecture. It provides the MQTT broker and GraphQL proxy to help communicates among the server-side application, the client-side application, and the device. Moreover, it processes all the requests, the services, manipulate the database in order to serve all the system logic.

NPM Version Package License Travis Linux

Description

Using Nest Framework to build this project.

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published