https://github.com/robiuzzaman4/gql-blog-server
Blog application graphql server
https://github.com/robiuzzaman4/gql-blog-server
apollo-client apollo-server graphql neon postgresql prisma typescript
Last synced: 2 months ago
JSON representation
Blog application graphql server
- Host: GitHub
- URL: https://github.com/robiuzzaman4/gql-blog-server
- Owner: robiuzzaman4
- Created: 2024-10-21T16:13:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T06:40:31.000Z (over 1 year ago)
- Last Synced: 2025-04-03T20:24:13.413Z (over 1 year ago)
- Topics: apollo-client, apollo-server, graphql, neon, postgresql, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 1
- 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
- published
- createdAt
- updatedAt
- user
- id
- name
- email
- password
- profile
- createdAt
- updatedAt
- profile
- id
- bio
- userId
- createdAt
- updatedAt
## Technology Stack:
- graphql
- typescript
- postgresql
- prisma