A small project of a Calculator web application built with NodeJS and Express.
- The calculator sums 2 number (homepage) and also has a page for calculating the BMI at url :
localhost:4200/bmicalculator - After downloading/cloning the project, run:
npm initin the project directory. (initialize npm)npm i expressinstall express.npm i body-parserinstall body parser.