Ammar Qaffaf 0634f342e8 Merge pull request #16 from SyncrowIOT/fix-get-device-group-api
Refactor device service to fetch devices by group ID
2024-03-26 12:35:00 +03:00
2024-03-11 06:24:52 -04:00
2024-03-13 07:28:10 -04:00
2024-03-10 22:43:02 +03:00
2024-03-24 10:51:17 +03:00
2024-03-13 07:28:10 -04:00
2024-02-12 23:28:26 +03:00
2024-02-27 10:42:18 +03:00
2024-02-12 23:28:26 +03:00
2024-02-27 04:34:01 +03:00
2024-03-11 19:09:16 -04:00
2024-03-11 19:09:16 -04:00
2024-03-11 19:16:41 -04:00
2024-02-12 23:36:41 +03:00
2024-02-12 23:28:26 +03:00
2024-02-26 11:23:44 +05:30

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
The backend APIs for Syncrow
Readme 9.6 MiB
Languages
TypeScript 98.1%
PLpgSQL 1.6%
HTML 0.3%