annako-io / social-media-clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Media Clone


HTML5 Bootstrap SASS JavaScript Ruby Rails SQLite


This is a social media application clone built with Ruby and Ruby on Rails.

Developer Setup

  1. Install Node.js and Yarn
  2. Download SQLite
  3. Install Ruby (it is suggested to use a Ruby version manager like rbenv)
  4. Run gem install sqlite3
  5. Run gem install rails
  6. Download or clone the repository
  7. Install Bundler to manage dependencies: gem install bundler
  8. Install the gems included in this project using bundler: bundle install
  9. Setup the database: rails db:migrate
  10. Start the application: rails server

About


Languages

Language:Ruby 41.4%Language:HTML 32.5%Language:SCSS 24.2%Language:JavaScript 1.9%