A Facebook clone project using Ruby on Rails.
Here users can either sign up to Railsbook or Login if they are already registered.
Here is a feed of posts from all users of Railsbook.
Here is a more detailed view of an individual post where users can see and make comments on posts.
Users can see who has liked a post.
Users can view images larger on screen.
Here you can see all posts from an individual user, as well adding other users as friends and see who has been friended.
Here users can edit their accounts.
- Ruby on Rails
- PostgreSQL
- Bootstrap
- AWS
- RSpec
- Capybara
First, 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