Skip to content

This is a social media app that allows users to comment and like posts by other users. This repo includes some initial code from Microverse whose purpose is to be the starting point for Microverse students.

Notifications You must be signed in to change notification settings

blakbox23/ror-social-scaffold

 
 

Repository files navigation

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.

About

This is a social media app that allows users to comment and like posts by other users. This repo includes some initial code from Microverse whose purpose is to be the starting point for Microverse students.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.1%
  • HTML 21.4%
  • SCSS 6.0%
  • JavaScript 1.4%
  • Other 1.1%