Please enable JavaScript.
Coggle requires JavaScript to display documents.
ShareBook - Coggle Diagram
ShareBook
models
user
post
comment
profile
routes
user
getById
UpdateById
deleteById
getAll
getByName
posts
create
getById
updateById
getAllByUser
deleteById
profile
updateByUserId
deleteByUserId
auth
signin
signup
signout
controllers
comment
create
getAllCommentsByPostId
getById
updateById
deleteById