/instagram-clone-rails

Welcome to the Clone of Instagram! Discover the essence of Instagram reimagined with Ruby on Rails, with Cloudinary for simple uploading of images and videos. Take a look at this well-known yet cutting-edge social networking experience. Come around and begin posting your moments right now!

Primary LanguageRubyMIT LicenseMIT

Instagram-Clone-Ruby-on-Rails

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Instagram Clone

An awesome Instagram clone built with Ruby on Rails.
Explore the website »

LIVE DEMO · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

Live Demo : LIVE DEMO

About The Project

instagram_clone

The Instagram Clone is a clone of Instagram built with Ruby on Rails. It is one of my most proud projects. I am proud to say that I have built this project from scratch. Building such a project with Ruby on Rails is a great experience.

Here's why:

  • Front designe is build with HTML and CSS technologies.
  • User friendly
  • Available on Desktop, Tablet, and Phones
  • Cloudinary is used to upload images to the server.
  • Backend is built with Ruby on Rails.

It looks simple, but it is not.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

(back to top)

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Check your Ruby version

    ruby -v

    The output should start with something like ruby 6.1.4

Installation

  1. Get a free API Key at https://example.com
  2. Clone the repo
    git clone https://github.com/Rustamxon7/Instagram-Clone-Rails.git
  3. Run bundle
    bundle install
  4. Setup database with:
    rails db:create
    rails db:migrate
    
  5. Run the server
    ```rails s

(back to top)

Usage

First, if you are using Google Chrome, it may display a warning about insecure content. This is normal. This is because the project is hosted on Heroku, and using thir party libraries. Simply skip the message by followith this video.

Logo Logo

(back to top)

Roadmap

  • Sign up
  • Sign in
  • Add photos
  • Add comments
  • Like/Unlike
  • Follow users
  • Delete Image
  • Edit profile
  • Log out

See the open issues for a full list of proposed features (and known issues).

(back to top)

License

Distributed under the MIT.

(back to top)

Contact

Rustamjon Tolipov - email - rustamxontolipov788@gmail.com

Project Link: https://github.com/Rustamxon7/Instagram-Clone-Rails

(back to top)

(back to top)