Please enable JavaScript.
Coggle requires JavaScript to display documents.
Say It Loud :<3: - Coggle Diagram
Say It Loud :<3:
models
post
votes
user
routes
creation of post
/post/create:POST (create)
/post/update:POST (update)
/post/delete:DELETE(delete)
/posts:(GET) (all posts)
PostId Parameter :star:
/post/:postId (read)
Authentication
SigninWithTwitter
User
Get name of user through a form
controllers
Authentication
isAuthor
isAuthenticated
checker for token
Signup/Signin by Twitter
Posts
Read
remove
update
photo
list Hashtags
getPostById