Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 546 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 546 Bytes

README

Create Instagram clone app using Ruby on rails.

  • Ruby version

    • 3.2.2
  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

1. Installation

$ rails new rails-instagram
$ rails db:setup
$ rails db:migrate

2. Devise

$ rails generate devise:install
$ rails generate devise user  

3. Active Storage

rails active_storage:install