Skip to content

Dtesch9/money-exchange

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published