huylv / rails-api-noob

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Add devise and devise-api to Gemfile
  • bundle install
  • rails g devise:install && rails g devise user
  • rails g devise_api:install
  • rails active_storage:install
  • rails g scaffold image image_file
  • Move ImagesController to app/controllers/api/latest
  • Update routes.rb
  • Update cors.rb
  • rails db:migrate

About


Languages

Language:Ruby 99.4%Language:HTML 0.6%