App for fetching comment from url and csv and storing them
- 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.