1.0.2 • Published 2 years ago

defiyield-backend v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Description

Nest - Node.js TypeScript framework. Here is the documentation.

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

Development

Swagger

We use OpenAPI documentation by Swagger

Access Documentation

To get API documentation of each service need to run each service and get by link path /api, e.g. localhost:3000/api