Magic ATM This is a ATM simulator built using TDD and Pair Programming. Business case and feature requests Getting started Prerequisites Install node Run ./go install Running the app Run ./go start Running the tests Run ./go test Running the tests on watch mode Run ./go test:watch Project Tech Stack Node You can read more about node.js here and here TypeScript You can read more about typescript here and here Jest You can read more about jest here Jest + Typescript In order to use jest to run our tests written in TypeScript we need to configure our project, learn more about this here