Georjane / ror-social-scaffold

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stay in touch

This is the project which simulate social media website, we did it for learning purpose, to get familiar with complex association such as friendship tables just the way facebook like social media work.

Screenshot

Built With

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

Live Demo

ror-social-scaffold

Getting Started

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

Prerequisites

  • Ruby: 2.7.0
  • Rails: 5.2.3
  • Postgres: >=9.5

Setup

Install 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

Run the tests by running the following command

    bundle exec rspec --format documentation

Deployment

This project is depolyed to Heroku ror-social-scaffold

Authors

1. MUGIRASE Emmanuel

2. Witah Georjane

Contributing

There are two ways of contributing to this project:

  1. If you see something wrong or not working, please open the issue in issue section
  2. If you see something to improve or to correct, and you have a solution to that, follow the below steps to contribute:
    1. Fork this repository
    2. Clone it on your local computer by running git clone https://github.com/your-username/ror-social-scaffold.git Replace your username with the username you use on github
    3. Open the cloned repository which appears as a folder on your local computer with your favorite code editor
    4. Create a separate branch off the master branch,
    5. Write your codes which fix the issue you found
    6. Commit and push the branch you created
    7. Open a pull request, comparing your new created branch with our original master branch here

Show your support

Give a ⭐️ if you like this project!

Acknowledgment

About

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


Languages

Language:Ruby 74.5%Language:HTML 18.2%Language:SCSS 5.1%Language:JavaScript 1.2%Language:CSS 0.7%Language:CoffeeScript 0.2%