Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 352 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 352 Bytes

#HACK4NEWS This is a Hacker News clone made as part of the Epicodus class.

Before running the app, run bundle install to install the necessary gems, rake db:create to create your database, and then rake db:schema:load to load the database schema.

To start the app, run rails s and type localhost:3000 into your browser.