An open API service indexing awesome lists of open source software.

https://github.com/surajv311/calculator-js-demo

demo of get/post requests in nodejs
https://github.com/surajv311/calculator-js-demo

Last synced: about 2 months ago
JSON representation

demo of get/post requests in nodejs

Awesome Lists containing this project

README

          

(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](https://github.com/Surajv311/calculator-js-demo/blob/master/images/img1.jpg)

![img2](https://github.com/Surajv311/calculator-js-demo/blob/master/images/img2.jpg)