Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T06:40:31.000Z (2 months ago)
- Last Synced: 2024-11-05T13:40:23.648Z (2 months 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
- password
- profile
- createdAt
- updatedAt- profile
- id
- bio
- userId
- createdAt
- updatedAt## Technology Stack:
- graphql
- typescript
- postgresql
- prisma