/calculator-js-demo

demo of get/post requests in nodejs

Primary LanguageJavaScript

(calculator-js-demo)

demo of get/post requests in nodejs

Steps followed

npm init

npm install express body-parser

npm install nodemon

To run the app :

nodemon server.js

The app runs at localhost:3000

img1

img2