iffy RSS is a web app that I created so I could aggregate all of my online browsing into one place. The underlining way of gathering relevant information is using RSS 2.0. The goal of this project is to have a semi-live test bed where I can implement things to use new skills that I develop in my career as a software engineer.
Node JS
PostgresSQL
- Clone repository
- Run
npm install - Create a database with the name
iffy_rss - Copy in the
CREATE TABLEquery that is in thedatabase.sqlfile. - The database is set up to run on port
5432by default change this in thepool.js - Run
npm start
- React - JS Library
- Redux - JS Library
- Express - JS Framework
- Axios - JS Library
- Node - Runtime Enviorment
- RSS Parser - Used to generate RSS Feeds
- PostgresSQL - Datebase
- Terminal CSS - CSS Library
- Isaac Faulkner 50hp
-
Prime Digital Academy FSE Instructors
-
Cohort Mates