-User can create post specifying categories to which post is related, see his posts, update and delete his post.
-User can comment on any post, can update and delete his comment, can see all comments inside a post.
- Implemented pagination, searching and sorting functionality with proper message while getting posts.
- Implemented JWT authentication for securing apis, used swagger for proper documentation of apis and schemas.
-Implemented role specific apis for admin and normal user, can get api response in both xml and json format.