Skip to content

FASTERY-DEV-SAS/nestjs-wallet

Repository files navigation

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