Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 544 Bytes

File metadata and controls

13 lines (12 loc) · 544 Bytes

commentApp

App for fetching comment from url and csv and storing them

Instructions

  • Create DB with desired name
  • Create a table name comments with columns id, name, email and body
  • Update index.js file in database folder with your credentials for db
  • Download repository and go inside it
  • run "npm install"
  • now run "npm start"
  • Visit http://localhost:3000 for homepage of app
  • Route /populate is for populating data
  • Route /search is for searching data which take body parameter name, email, body, limit and page for search.