Skip to content

Ruby on Rails app that simulates social media, with the main functionalities such as friendship management, posts, comments, tags, and likes.

Notifications You must be signed in to change notification settings

ldelbel/ror-social-scaffold

 
 

Repository files navigation

Ruby on Rails Social Media

Built With

  • Ruby v2.7.1
  • Ruby on Rails v5.2.4.1

Live Demo

Live Link

Getting Started

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

Prerequisites

Ruby: 2.7.1 Rails: 5.2.4 Postgres: >=9.5

Setup

$ cd <folder>
$ git clone git@github.com:ldelbel/ror-social-scaffold.git
$ cd ror-social-scaffold

Instal gems with:

bundle install

Setup database with:

$ rails db:migrate

Usage

Start server with:

$ rails server

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

Run tests

 $ rspec

Deployment

TBA

Authors

👤 Lucas Delbel

🤝 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

TBA

About

Ruby on Rails app that simulates social media, with the main functionalities such as friendship management, posts, comments, tags, and likes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.8%
  • HTML 19.0%
  • SCSS 5.0%
  • JavaScript 1.1%
  • Other 1.1%