progmamun / blog-app

Tech Stack: Typescript, Graphql, Postgresql, prisma.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog-app

Table

  • Post
    • id
    • title
    • content
    • authorId
    • createdAt
    • published
  • User
    • id
    • name
    • email
    • password
    • profile
    • createAt
    • updateAt
  • Profile
    • id
    • bio
    • userId
    • createAt
    • updateAt

About

Tech Stack: Typescript, Graphql, Postgresql, prisma.


Languages

Language:TypeScript 100.0%