Introduction
  • Introduction
  • Tech Requirements
Basic Rails Api Application
  • What is Rest API ?
  • What we are going to build ?
  • Create basic Rails API application
Authentication System
  • Create User model with Authentication Token
  • Sign Up API
  • Test Sign Up With Postman
  • Sign In API
  • Logout API
Login Facebook via API
  • Create new Facebook application
  • Login Facebook via API
  • Test Login Facebook by Postman
  • User Authenticate
Customizing JSON Response
  • Book and Review Model
  • Book Controller and Fake Data
  • Review Controller
  • Customizing JSON Response
Some techniques to improve Rails performance
  • Counter Cache
  • Eager Loading
Upload Image using API
  • Multipart Form Data vs Base64 Encoding
  • Upload Image Using API