Skip to content

dmerello-wip/scrape-feeds

Repository files navigation

Experimental little feed scraper

/app            -> Express Js app to manage mysql queries
/dev_client     -> React Js frontend
/public         -> static assets

mysql setup:

set DB in /app/helpers/dbPool.js:

user     : 'suggestions',
password : 'suggestions',
database : 'suggestions',

TODO: a decent configuration

Start and develop

  • npm install
  • npm run start to start server
  • localhost:3043 to view it
  • npm run watch to develop

About

node scraper with react frontend and express js admin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published