Skip to content

A social media app built with ruby on rails. You can sign-up with your real facebook account, add people as a friend, unfriend them, like the posts, comment on posts and unlike the posts.

Notifications You must be signed in to change notification settings

YemreAybey/Facebook_Replica

Repository files navigation

Ruby on Rails Facebook application 👋

Version Documentation Maintenance

Web Site


Info

This project is part of a series of projects to be completed by students of Microverse.

In this project, we worked on a social media app using Rails. The project has been split into multiple milestones, and each milestone has functional and technical requirements we must meet.

The full project requirements can be found here.

Built With

  • Ruby on Rails 5.3.2
  • Html
  • CSS
  • SCSS
  • Bootstrap

Special Gems

Usage

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

$ bundle install

Next, migrate the database:

$ rails db:migrate

after that run the server from terminal in the root directory of the project

$ rails server

Open http://localhost:3000/ using your favourite broswer.

you can now open the localhost, sign up and create posts and comment on them. It is also possible to like and unlike the posts. Lastly, you can be friends with other users.

Or you can directly go to --> Heroku Link and try the app.

Testing

To see tests. Just run

$ rails test

Authors

👤 Grace Mugoiri

👤 Y.Emre AYBEY

🤝 Contributing

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

  1. Fork it (https://github.com/YemreAybey/Facebook_Replica.git/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/improve')
  4. Push to the branch (git push origin [chosen-name])
  5. Create a new Pull Request

Show your support

Give a ⭐️ if you like this project!

Future IdeaS

  • Change the app to a social media-app for mountain-hikers.
  • Make the ui great.
  • Add features like adding a profile photo, commenting on comments and liking comments.
  • Allow users to share a picture.

About

A social media app built with ruby on rails. You can sign-up with your real facebook account, add people as a friend, unfriend them, like the posts, comment on posts and unlike the posts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published