rmd6502 / rss-client-server

Getting comfortable with RSS and Node and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rss-client-server

Getting comfortable with RSS and Node and React. As of 3/28 adding mongoose / mongoDb.

Dependencies: Node, Express, npm rss-parser, npm-run-all (to run client and server at same time), npm cors, mongoose, mongodb

Install mongoose, mongodb locally

Create a new MongoDB database named rss_feeds_db:

$ mongo

use rss_feeds_db

Run the database with

$ mongod

nodemon or node index.js from server folder to test / run server.

npm run dev / to start client and server if you so wish to run both from one command

About

Getting comfortable with RSS and Node and React


Languages

Language:JavaScript 53.7%Language:CSS 37.3%Language:HTML 9.0%