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.
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
- Tever Aosu truetechcode
- Raphael Noriode Oghenebrume50
#Notes This is just a barebone clone of minimal functionality, We will be adding more features over time.