git https://github.com/Muhammad-Ahsan-devs/Instagram-Clone.git
cd Instagram-Clone
ruby -v
The output should start with something like ruby 2.7.5
If not, install the right ruby version.
rails -v
The output should start with something like Rails 5.2.7
If not, install the right ruby version
All the system dependencies are included in Gemfile. Just run this command to build the dependencies:
bundle install
rails db:create db:migrate db:seed
rails s
And now you can visit the site with the URL http://localhost:3000
Here is the deployed link of this project on heroku: https://instagram-clone-devs.herokuapp.com/