DEV Community

Luan Nguyen
Luan Nguyen

Posted on

Build Instagram by Ruby on Rails

What’ll you learn after complete this project?

  • How to start a new Rails application?
  • Design System from Craft
  • Understanding MVC (Model — View — Controller) architecture
  • Model: Active Record migration, validation, callback, association, and query interface
  • View: Layout, Partial and Form helpers
  • Controller: Actions, Strong Parameters
  • Rails Routing
  • Active Storage to upload files
  • Using Bootstrap, Devise, Kaminari gem in Rails application

Table of Contents:

Full code on Github:

https://github.com/thanhluanuit/instuigram

Top comments (0)