Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 441 Bytes

File metadata and controls

17 lines (14 loc) · 441 Bytes

Survey Application RestServices using Express, Nodejs, Mongoose, MongoDB

Used following tools :


Visual Studio Code, MongoDBCompass, Postman

Install following modules:


npm init npm install express --save npm install http-status-codes --save npm install mongoose --save npm install body-parser --save

Note:


To insert a record used "x-www-form-urlencoded" for data input in postman