Skip to content

Apollo-Level2-Web-Dev/simple-blog-app-with-graphql-b3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog app

requirement

  • user can post and pulish blog content
  • user can see post
  • authentication system
  • user can see their own profile

Table

  • post

    • id
    • title
    • content
    • authorId
    • createdAt
    • updatedAt
    • published
  • user

    • id
    • name
    • email
    • password
    • createAt
    • updateAt
    • profile
  • profile

    • id
    • bio
    • createAt
    • updateAt
    • userId

Technology Stack:

  • graphql
  • typescript
  • postgresql
  • prisma

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published