Skip to content

Repository files navigation

Description

[AdrianFullStack] Reto Wally

Installation

$ npm install
# Agregar valores a los Secrets
JWT_ACCESS_SECRET=
JWT_REFRESH_SECRET=

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

Docker

# docker compose
$ docker-compose up

About

El reto consiste en realizar una pequeña API para calcular el tipo de cambio, el endpoint de la API debe recibir el valor “monto“, “moneda origen”, “moneda destino“ y devolver el “monto”, “monto con tipo de cambio”, “moneda origen”, “moneda destino“ y “tipo de cambio”.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages