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

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

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