Skip to content

slobodadev/Vladimir.F_node.js

Repository files navigation

About

This is a very simple implementation of showing currency application (code sample). It shows Privatbank popular currencies. Based on Node.js and Nest.js framework.

Todo

Not realized:

  • logging
  • complete errors handling
  • full tests coverage
  • dockerized app
  • to move from mvc template to API & SPA

Requirements

Tested on node.js (v14.12.0) & npm (v6.14.8)

Installation

$ npm install

Copy .env.sample to .env

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

About

Vladimir.F_node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published