A simple calculator microservice built with Node.js and Express.
-
GET /add?num1={number}&num2={number}
Returns the sum of num1 and num2. -
GET /subtract?num1={number}&num2={number}
Returns the difference of num1 and num2. -
GET /multiply?num1={number}&num2={number}
Returns the product of num1 and num2. -
GET /divide?num1={number}&num2={number}
Returns the quotient of num1 divided by num2.
- Clone the repository:
git clone https://github.com/Yui-000/sit323-2025-prac4p.git