A clone of facebook, built using the Ruby on Rails web framework
REQUIRED INSTRUCTIONS:
- Fork and clone this repository, then:
> bundle install
> bin/rails db:create
> bin/rails db:migrate
> bundle exec rspec # Run the tests to ensure it works
> bin/rails server # Start the server at localhost:3000
> visit http://localhost:3000/posts