Dtesch9 / money-exchange

Senior back-end job challenge - Using TDD create a exchange system where it retrieves the minimum number of notes for an exchange given a amount.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Well known back-end challenge

Description

Using TDD create a exchange system where it retrieves the minimun number of notes for an exchange given a amount

Eg: $230 exchange should have notes ($100 * 2 | $30 * 1 | $10 * 1) disregarding non int amounts

Run it locally

pnpm

$ pnpm migrate

$ pnpm generate

$ pnpm dev

$ pnpm test

Routes

About

Senior back-end job challenge - Using TDD create a exchange system where it retrieves the minimum number of notes for an exchange given a amount.


Languages

Language:TypeScript 100.0%