Skip to content

Dnnsmoyo/handling-POST-requests-with-express-and-node.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.Js Connect Logo

Handling POST requests with Express and Node.js

Dependencies

What you need to run this app:

Instructions

Setup

  • Clone this repo:
git clone https://github.com/kevinchisholm/handling-POST-requests-with-express-and-node.js.git
  • Run this command:
npm install
  • Run the following in your terminal:
npm start
  • Point your browser to: http://localhost:3000

  • Enter some text in the First Name and Last Name fields, and then click Submit.

  • SUGGESTION : Open-up your network panel in your browser dev tools and watch the POST request go out.

About

Handling POST requests with Express and Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.5%
  • JavaScript 35.3%
  • HTML 20.2%