Todo API only application in Rails 5. GET /todos $ http :3000/todos POST /todos $ http POST :3000/todos title=Debashis created_by=1 PUT /todos/:id $ http PUT :3000/todos/1 title=Biswal DELETE /todos/:id $ http DELETE :3000/todos/1