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

ROR-Social-Scaffold

This project is a Social-Media-App. In which a user if not SignedIn, can SignIn or SignUp. If User is SignedIn he can create posts and can comment and like/dislike other's posts. He can also send friendship request to other users, and that user can accept or decline the request. A SignedIn user will have Timline page where he can see all the posts posted by him and his friends.

Built With

  • Ruby
  • Rails
  • Active Record
  • Bootstrap
  • Html
  • SCSS
  • Javascript
  • Rspec
  • Capybara

How to run

  1. Open Terminal.
  2. Write git clone https://github.com/imran5644/ror-social-scaffold.git
  3. Go to the root directory.
  4. Write yarn install
  5. Write bundle install
  6. Write rails db:create
  7. Write rails db:migrate
  8. Write rails server

Getting Started

The project is public.

Authors

👤 Imran Yousaf

About

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


Languages

Language:Ruby 75.8%Language:HTML 17.1%Language:SCSS 5.1%Language:JavaScript 1.2%Language:CSS 0.7%Language:CoffeeScript 0.2%