https://github.com/codeforgeek/get-post-handle-express
Handle POST Request in Express 4
https://github.com/codeforgeek/get-post-handle-express
Last synced: 3 months ago
JSON representation
Handle POST Request in Express 4
- Host: GitHub
- URL: https://github.com/codeforgeek/get-post-handle-express
- Owner: codeforgeek
- Created: 2014-09-15T10:19:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T12:11:25.000Z (over 8 years ago)
- Last Synced: 2025-08-04T19:36:57.324Z (11 months ago)
- Language: HTML
- Homepage: https://codeforgeek.com/handle-get-post-request-express-4/
- Size: 407 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POST Request in Expressjs 4
Download code and run
```
npm install
```
```
node server.js
```
Visit ```http://localhost:3000``` to view the app.
Watch the demo [here](https://www.youtube.com/watch?v=C3G3N4LMJeE)