This web application manages the posts and comments associated with them via Ruby on Rails in a POSTGRES database.
Requirements
To complete the assignment you will need to have a development setup consisting of Git (used to share the source code), Ruby and the Rails gem for ruby.
Click here to read some setup notes.
Create/Edit posts
Create/Edit comments
Deleting posts will delete all its comments
Using basic authentication to allow editing of posts and comments
Source Code
https://bitbucket.org/nmesisca/blog
Screenshots