Thank you for considering me for a role at Mic!
In order to run this code locally,
- fork and clone this repository
- cd into the directory from the command line
- in the command line, run :
- "bundle install" to install the gems listed in "gemfile"
- "rake db:create" to create the database
- "rake db:migrate" to create the columns in the database
- "rake db:seed" to seed the database with articles
- "rails s" to start the rails server
NOTE: This is just the back end. In order to see the front end, go to this repo and follow the instructions to see the data rendered in the browser.