Skip to content

A social media application built with Ruby on Rails with typical features such as posting and commenting on posts, like or dislike posts, invite another user to 'friend' you, and accepting or denying a friend request.

Notifications You must be signed in to change notification settings

oloomoses/ror-social-scaffold

 
 

Repository files navigation

Scaffold for social media app with Ruby on Rails

A social media application built with Ruby on Rails with the typical features of a social media application like, posting, commenting on friend's post, like or dislike a post, invite another user to friendship, accept or deny a friend request.

Built With

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

Live Demo

Getting Started

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

On your terminal run:

 $ git clone git@github.com:eduardoreisalvarenga/ror-social-scaffold.git $ cd ror-social-scaffold $ bundle install 

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

 rpsec --format documentation 

Authors

👤 Eduardo

👤 Oloo Moses

🤝 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

TBA

📝 License

TBA

About

A social media application built with Ruby on Rails with typical features such as posting and commenting on posts, like or dislike posts, invite another user to 'friend' you, and accepting or denying a friend request.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.4%
  • Ruby 21.1%
  • SCSS 1.8%
  • Other 0.7%