Skip to content

Facebook clone project, build using Ruby on Rails, tested with RSpec.

License

Notifications You must be signed in to change notification settings

pelzolga123/Facebook-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Facebook-clone

A Ruby on Rails application

View Demo · Report Bug · Request Feature

facebook-project

About The Project

The fake social web is our implementation of Facebook using Ruby on Rails. It is a project developed while in microverse software development Bootcamp.

The technical goals of the project were to be able to emulate some of the functionalities that Facebook has implemented, such as allowing the users to have friends in a symmetrical irreflexive way, accept & send friend requests, submit posts and see the posts of their friends and comment on the posts of their friends.

Built With

Features

  • Sending friend requests.
  • Accepting friend requests.
  • Remove friends.
  • Add posts.
  • Add comments to posts.
  • Ability to login with Facebook.
  • Edit setting and profile information.

Future features

  • Users can upload profile photos.
  • Users can create posts with images.
  • Users can add comments with icons.

Getting Started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the app in a local server:

$ rails server

Testing project

  • Run tests
rspec

Live version

Demo

Authors

👤 Olga Pelts

👤 Tunde Oretade

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

  1. Fork it (https://github.com/pelzolga123/Facebook-clone/fork)
  2. Create your working branch (git checkout -b [choose-a-name])
  3. Commit your changes (git commit -am 'what this commit will fix/add')
  4. Push to the branch (git push origin feature/[feature-name])
  5. Create a new Pull Request

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

Facebook clone project, build using Ruby on Rails, tested with RSpec.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published