mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 07:34:54 +00:00
0634f342e8e0cdb554c927ae0281d134f71d8079
Refactor device service to fetch devices by group ID
Backend
Description
This is the backend APIs project, developed with NestJS for Syncrow IOT Project.
Installation
First, ensure that you have Node.js v20.11 or newer (LTS ONLY) installed on your system.
To install the project dependencies, run the following command in the project root directory:
$ 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
Description
Languages
TypeScript
98.1%
PLpgSQL
1.6%
HTML
0.3%