Pruvo Coding assignment.
- Nest framework TypeScript.
- openexchangerates free API to get currency rates.
- Create a free account to get APP_ID and update it on docker-compose.yml
$ npm install
# development
$ docker-compose up
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Rafael Dias
Nest is MIT licensed.