/socialnetwork

A simple social networking site developed in Rails and will eventually include companion mobile apps

Primary LanguageRuby

xcoan/socialnetwork

A Twitter-esque application built on rails as a learning experience.

How to run

  1. git clone
  2. cd socialnetwork
  3. bundle
  4. rake db:migrate
  5. rails server

Specs

Built using Ruby 2.4.1 on Rails 5.0.

Postgresql db.

User profile pictures are called from Gravatar.

The future

I'd like to one day get mobile companion apps set up that can transfer data using AJAX calls.