README
Code
Ruby on Rails, HTML, CSS
Configuration & Dependencies
Clone the repo
Run:
bundle install
rails db:create
rails db:seed
rails db:migrate
rails s
Server up and running!
Ruby Version
Rails 4
How it works
Users can sign up and create a profile
Users can add posts and comments
Users can view the profile of other users
Users can message each other
Additional Features
AWS S3 integration for image and avatar uploads
Devise authentication
User Messaging
Emoji keyboard
Threaded Replies
Post editing time limit to 1 hour
Bootstrap and responsive pages