/ror-social-scaffold

This project was about implementing the necessary friendship features of a typical modern-day social media app.

Primary LanguageRuby

Scaffold for social media app with Ruby on Rails

CI Status Badge

Built With

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

Description

  • The original project specifications can be found here.
  • This project was about implementing the necessary friendship features of a typical modern day social media app.
    • Registered users of the app are able to send friendship requests to other users; users are able to accept friendship requests from other users.
    • A logged in user is only able to view their own posts as well as their friends' on their timeline page.
  • This repo was forked from microverseinc/ror-social-scaffold which includes initial code for the social media app with basic styling.

Live Demo

Click here

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5

Setup

Instal gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Usage

Start server with:

    rails server

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

Run tests

    bundle exec rake

How to use the site

Make sure the server is running

Deployment

Authors

👤 Marylene Sawyer

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed