Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 672 Bytes

File metadata and controls

20 lines (12 loc) · 672 Bytes

Projet -Node JS

Contains form and displaying form data in html table and edit and modify options the data in the table.

IDE And Tools

This application does not use any build tools just Node.js and npm

App Setup

  • Clone this repository by executing git clone https://github.com/ASUNDHARRAJAN/NodeJs.git in your console.
  • Enter the project directory with cd NodeJs-master.
  • Run npm install to install all the project's dependencies.

Running the app

Run the app by executing "node nodejsscript.js" in the project directory.

Testing the application

Visit http://localhost:3000 and enter data in the form details. Then press submit see data in html table.