Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 382 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 382 Bytes

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