https://github.com/apollo-level2-web-dev/simple-blog-app-with-graphql-b3
https://github.com/apollo-level2-web-dev/simple-blog-app-with-graphql-b3
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apollo-level2-web-dev/simple-blog-app-with-graphql-b3
- Owner: Apollo-Level2-Web-Dev
- Created: 2025-01-13T14:47:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T14:47:39.000Z (12 months ago)
- Last Synced: 2025-03-14T15:49:54.457Z (10 months ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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