Skip to content

This repo includes intial code for social media app. Its purpose is to be a starting point for Microverse students.

Notifications You must be signed in to change notification settings

eduardoreisalvarenga/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

https://agile-chamber-96976.herokuapp.com/

Getting Started

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

On your terminal run:

   $ git clone [email protected]: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

This repo includes intial code for social media app. Its purpose is to be a starting point for Microverse students.

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%