charbelfakhry / csis_279_fall_23_nest

5 stars 1 forks source link

Posts Management #8

Closed charbelfakhry closed 9 months ago

charbelfakhry commented 9 months ago

CRUD for Posts Including Services and Controllers. DTO

aboudekahil commented 9 months ago

Hello, for the posts.

POST /posts (body: all the post infos) GET /:username/:postid (username query param for post's user and post id same thing but for which post) DELETE /:username/:postid (to delete a post)

use the jwt to get the user id of the poster.

Thank you

aboudekahil commented 9 months ago

also GET/:username to get all the posts by the username