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
- Host: GitHub
- URL: https://github.com/surajv311/calculator-js-demo
- Owner: Surajv311
- Created: 2020-07-06T09:54:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T07:52:05.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T05:28:27.162Z (7 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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**

