Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 24 days 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