Skip to content

App for fetching comment from url and csv and storing them

Notifications You must be signed in to change notification settings

mrpanday93/commentApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

App for fetching comment from url and csv and storing them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published