This is a project come from my Rails API course
-
Build own authentication system
-
Log In Facebook via API
-
Customizing JSON response
-
Improving Performance
-
Upload Image to Server
-
cd udemy-rails-api
-
bundle install
-
rails db:migrate
-
rails db:seed (Optional. But you will see error when generate Review data. It's Ok)
-
rails s to run server and have fun!