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.
Not realized:
- logging
- complete errors handling
- full tests coverage
- dockerized app
- to move from mvc template to API & SPA
Tested on node.js (v14.12.0) & npm (v6.14.8)
$ npm install
Copy .env.sample to .env
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov