/advanced_calculation

A not-so-advanced demo for a website that performs simple calculations; used to demo Docker and CI/CD

Primary LanguageJavaScript

Advanced Calculation

This is a demo app to demonstrate integration between unit testing, CI/CD and Docker

How to run

npm i
node src/index.js

How to test

npm i
npm test