This project is a Facebook clone built with Ruby on Rails and Bootstrap for styling. Read more here
Users can
- Sign in/Sign up with facebook
- Create posts(text or images)
- Like Posts
- Post Comments(text or image)
- Like comments
- Share posts and comments
- Add/Remove friends
- Search for users, friends or posts
You can login with Username - Harley Quinn Password - password
- Clone the repository
- Navigate to the project directory by running
cd odin-facebook
- Run
bundle install
- Run
rails db:migrate
to setup the database - Start the rails server by running
rails s
- Visit https://localhost:3000 to view the app in the browser
You can run tests by running bundle exec rspec