Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 381 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 381 Bytes

#README

  • Ruby version: 2.2.1p85 (2015-02-26 revision 49769)
  • Rails version: 4.2.4
  • Database: Postgres

Rails Implementation of a Blog site.
Bootstrap used for Styling.

User Authentication implemented. Allows users to create Blog Posts associated with their account.
Only an owner of a Blog post can edit/update/delete that post and the comments associated with that post.