README

To test this app, clone or download it, navigate to within the directory and run the following commands:

  • bundle install

  • rake db:create db:migrate db:fixtures:load RAILS_ENV=development

  • rails server

Once the server is running, navigate to localhost:3000 Signup to the app by clicking the ‘signup here’ button then login and add some posts!

This app was written using:

  • Ruby 2.1.5

  • Rails 4.2.7.1