Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 521 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 521 Bytes

News App

A rails app that allows you to view the latest articles from the NewsApi. You can sign in to bookmark an article.

News App

Installation Instructions

  • Fork / clone this repository.
  • cd into the downloaded directory.
  • Install dependencies
    • bundle install
  • Create database and run migrations.
    • rails db:create && rails db:migrate
  • Start server
    • rails server

Technologies Used

  • Ruby
  • Ruby on Rails
  • HTML
  • CSS
  • JS
  • News Api