Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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