Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 1.46 KB

README.md

File metadata and controls

70 lines (46 loc) · 1.46 KB

nestjs-wallet-logo

Description

Nest framework TypeScript starter repository.

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

Performance Comparison

Users Response
Register 483ms
Login 1307ms
Wallets Response
createWallet 718ms
showWallets 314ms
updateWalletBalance/:id 1259ms
validateWalletBalance/:id 1279ms
Transfers Response
createWallet 800ms

Organizations

Demo