vpatel90 / json_practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API practice

Contains nested models User < Post < Comment

Vote model which adds votes to comments

  • /api/users to view all users
  • /api/users/1 shows user at ID
  • /api/users/1/posts shows posts that belong to user at ID
  • /api/users/1/posts/3 shows post at id if it belongs to user
  • /api/users/1/posts/3/comments shows comments for post at ID

https://api-practice.herokuapp.com/api/users Link to Heroku

About


Languages

Language:Ruby 83.3%Language:HTML 13.1%Language:CSS 1.8%Language:JavaScript 1.8%