Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 360 Bytes

File metadata and controls

20 lines (15 loc) · 360 Bytes

Basic Blog app with:

  • React and Backbone - frontend
  • Rails - backend
  • React with 'react-router' in react-router branch

===========

  1. You can Register - Devise gem
  2. Login
  3. Add article from your Account
  4. Article will appear on the main page
  5. User can see his articles at Account

Run blog

  • git clone
  • bundle
  • rake db:schema:load
  • rails s