https://github.com/apollo-level2-web-dev/simple-blog-app-with-graphql
https://github.com/apollo-level2-web-dev/simple-blog-app-with-graphql
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apollo-level2-web-dev/simple-blog-app-with-graphql
- Owner: Apollo-Level2-Web-Dev
- Created: 2023-11-06T15:21:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T12:31:32.000Z (over 2 years ago)
- Last Synced: 2025-04-03T20:51:11.549Z (over 1 year ago)
- Language: TypeScript
- Size: 98.6 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- 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