charbelfakhry / csis_279_fall_23_nest

5 stars 1 forks source link

ENTITY CREATION USERS POSTS #14

Closed charbelfakhry closed 11 months ago

charbelfakhry commented 11 months ago

Create the typORM model for the entities USERS and POSTS. with the required relationship

ElieShakkour commented 11 months ago

Hello, please can you add picture id to the posts database and model? because posts are made of pictures, so I need to get picture and put it in post model

Michael24601 commented 11 months ago

Hello, please can you add picture id to the posts database and model? because posts are made of pictures, so I need to get picture and put it in post model

The ORM allows tables to be joined in such a way as to easily extract the likes and comments, and by extension, their number, from the posts table.

Michael24601 commented 11 months ago

Hello, please can you add picture id to the posts database and model? because posts are made of pictures, so I need to get picture and put it in post model

Sure.