A Twitter-esque application built on rails as a learning experience.
git clone
cd socialnetwork
bundle
rake db:migrate
rails server
Built using Ruby 2.4.1 on Rails 5.0.
Postgresql db.
User profile pictures are called from Gravatar.
I'd like to one day get mobile companion apps set up that can transfer data using AJAX calls.