Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.3 KB

Magic ATM

This is a ATM simulator built using TDD and Pair Programming.

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