README

This is a blog application which also allows for user to user messaging in order to facilitate possible item trades. Users can inbox other users should they be interested in any items that have been posted.

Installation: From your command line:

Clone this repository: $ git clone https://github.com/felipeldn/history-trader Backend Setup $ cd backend $ bundle install $ rails s

Visit your https//:localhost3000

Users can:

Create a post, Edit a post, Delete a post, Comment on a post, Send inbox another user,

Edit user account, Delete user account,

Sign in via Facebook,

Send/receive private messages,

Create comments on posts, Delete comments,

Search for any particular post

  • ...