What you need to run this app:
- 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.