Skip to content

nimishchaudhari/Student_hub-using_nodeJS_MongoDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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

Learning to set up Node JS and MongoDB for student hub website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.1%
  • HTML 29.6%
  • CSS 24.3%