2024-02-12 23:34:53 +03:00
2024-02-12 23:28:26 +03:00
2024-02-12 23:28:26 +03:00
2024-02-12 23:28:26 +03:00
2024-02-12 23:28:26 +03:00
2024-02-12 23:28:26 +03:00
2024-02-12 23:28:26 +03:00
2024-02-12 23:28:26 +03:00
2024-02-12 23:28:26 +03:00
2024-02-12 23:34:53 +03:00
2024-02-12 23:28:26 +03:00
2024-02-12 23:28:26 +03:00

Backend

Description

This is the backend APIs project, developed with NestJS for Syncrow IOT Project.

Author

[Author Name]

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%