Contains form and displaying form data in html table and edit and modify options the data in the table.
This application does not use any build tools just Node.js and npm
- 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.
Run the app by executing "node nodejsscript.js" in the project directory.
Visit http://localhost:3000 and enter data in the form details. Then press submit see data in html table.