Arithmetic service that can calculate arithmetic expressions, handling the basic operations, +, -, * and /
For development, you will only need Node.js and a node global package, Yarn, installed in your environment.
$ git clone https://github.com/kirkchen/arithmetic-service
$ cd arithmetic-service
$ yarn install
$ yarn start
$ yarn start:dev
$ yarn build