safafa / ror-social-scaffold

Mini social media website where users can create profiles send friendship requests and publish posts.

Home Page:https://arcane-dusk-91323.herokuapp.com/users/sign_in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaffold for social media app with Ruby on Rails

Mini social media website where users can create accounts send friendship requests and publish posts.

Built With

  • Ruby v2.7.2
  • Ruby on Rails v6.1.3

Live Demo

live demo

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

    rspec spec/models/friendship_spec.rb
    rspec spec/models/like_spec.rb
    rspec spec/models/comment_spec.rb
    rspec spec/models/post_spec.rb
    rspec spec/models/user_spec.rb
    rspec .\spec\models\friends_spec.rb

Deployment

The application is deployed on heroku

Authors

👤 Safa Aballagh

👤 Adetola Adesuyi

🤝 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

About

Mini social media website where users can create profiles send friendship requests and publish posts.

https://arcane-dusk-91323.herokuapp.com/users/sign_in


Languages

Language:Ruby 72.5%Language:HTML 19.8%Language:SCSS 5.6%Language:JavaScript 1.3%Language:CSS 0.8%