bounswe / bounswe2024group5

This repo contains all the work done by group 5 in cmpe352/2024 Spring course.
10 stars 0 forks source link

193 backend add post functionalities #196

Closed semihYILMAZ37 closed 6 months ago

semihYILMAZ37 commented 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

semihYILMAZ37 commented 6 months ago

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.