Relish News is a news reader that allows users to save favorite newsfeeds.
Users can:
- view news headlines and articles based on topic and source
- create an account to favorite topics that feed a custom home page
- toggle between viewing headlines only or article preview cards
- view articles as text only within the application or open the original article in a new window
If you're familiar with Ruby on Rails, then fork & clone and you're good to go. Otherwise, follow the basic steps below to get up and running.
Install gems, migrate & seed the db, start the rails server.
$ rails bundle$ rails db:migrate$ rails db:seed$ rails s
Go to localhost:3000 in a web broswer to view.
It's a Ruby on Rails project. You'll want a NewsAPI Key free to access data.
- Ruby on Rails - web framework
- Postgres - production database
- Heroku - deployment
- NewsAPI - news data