This is source code for my course: How to build Instagram using Ruby on Rails
Here is a working live demo: https://longram.herokuapp.com/
User can login using email/password or using social account.
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
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.
- 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