Closed semihYILMAZ37 closed 6 months ago
I implemented create, update and delete endpoints for posts. Moreover, fetching posts by author or their tags also available in this branch. Also, I revised api documentation for related endpoints.
closes #193
Username can be gotten from jwt token in controller class, by using jwt utils class. It would be more secure. All other work is great, well done.
I implemented the necessary changes. Thanks for the review.
I implemented create, update and delete endpoints for posts. Moreover, fetching posts by author or their tags also available in this branch. Also, I revised api documentation for related endpoints.
closes #193