- user can post and pulish blog content
- user can see post
- authentication system
- user can see their own profile
-
post
- id
- title
- content
- authorId
- createdAt
- updatedAt
- published
-
user
- id
- name
- password
- createAt
- updateAt
- profile
-
profile
- id
- bio
- createAt
- updateAt
- userId
- graphql
- typescript
- postgresql
- prisma