Skip to content

Lucia-martin/testing-code-examples

Repository files navigation

Entities

User

  • id
  • name
  • email
  • image (url)
  • createdAt

Post

  • id
  • code
  • language
  • totalComments
  • totalLikes
  • createdAt
  • userId

Comment

  • id
  • content
  • createdAt
  • userId

Like

  • id
  • createdAt
  • updatedAt
  • userId