/Social-facebook

It is a Small Facebook website designed & built using Ruby on Rails,& CSS. Here I have used complex Association and Validation of User with its Friends.

Primary LanguageRuby

Social media app with Ruby on Rails

This project is a social media app with basic styling. Here we are creating a friendship structure similar to Facebook's. Users can confirm, Ignore and delete friend requests from other users. Users can also post here, in addition to commenting, liking, and disliking friends' posts.

Built With

  • Ruby v2.7.3
  • Ruby on Rails v5.2.4

Live Demo

Live link

Getting Started

Prerequisites

Ruby: 2.7.3 Rails: 5.2.3 Postgres: >=9.5

Setup

Instal gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Github Actions

To make sure the linters' checks using Github Actions work properly, you should follow the next steps:

  1. On your recently forked repo, enable the GitHub Actions in the Actions tab.
  2. Create the feature/branch and push.
  3. Start working on your milestone as usual.
  4. Open a PR from the feature/branch when your work is done.

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rpsec --format documentation

Deployment

This is project is deployed here on Heroku.

Authors

👤 Peter Mbuthia

👤 Deepak Kumar

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

We'd like to acknowledge the Microvere community for the support to complete this project.