news-aggregator

Scraping articles from RSS feeds.

Installation

Run the following command

npm install
npx knex migrate:latest
npx knex seed:run
npm run dev