FACEBOOK CLONE

Project Description

The challenge is to create a minimal working facebook clone with the the underlying database and controller structures, but not the realtime notifications (i.e. backend focused). It's a learning exercise set by The Odin Project.

Live Preview

Setup

This project runs on Ruby on Rails

  • Clone repository
  • Check Ruby version with ruby -v
  • Check Rails version with rails -v
  • Run Bundle install
  • Run rails db:setup
  • Run rails s

Authors

#Notes This is just a barebone clone of minimal functionality, We will be adding more features over time.