Skip to content

truongnmt/instagram-clone

Repository files navigation

How to build Instagram using Ruby on Rails

This is source code for my course: How to build Instagram using Ruby on Rails

Demo

Here is a working live demo: https://longram.herokuapp.com/

Site

Landing Page

User can login using email/password or using social account. landing page

Home Page

home page

Post Detail Page

post detail page

My Page

my page

Profile Page

profile page

Development

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Bug / Feature Request

If you find a bug, kindly open an issue here.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

Built with

  • Ruby 2.5
  • Rails 5.1.6+
  • jQuery - Ajax - jQuery simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
  • Bootstrap 4 - Extensive list of components and Bundled Javascript plugins.
  • Awesome Gems

MIT © Truong Nguyen