Skip to content

stevenmiller888/NewsTract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsTract

  • NewsTract is a Ruby on Rails app for reading summaries of trending news articles from Google News

  • It uses Nokogiri to parse the articles, Devise for authentication, and Typheous for API requests

  • There are 4 models: article, subscription, topic, and user. The app uses the rails-erd gem to automate generation of the entity relationship diagram

If you would like to run NewsTract locally, just clone this repo:

git clone https://github.com/stevenmiller888/NewsTract.git

Run bundle install:

bundle install

And start the server:

rails s

About

An app to read summaries of trending news articles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published