Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/apollo-level2-web-dev/simple-blog-app-with-graphql
- Owner: Apollo-Level2-Web-Dev
- Created: 2023-11-06T15:21:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T12:31:32.000Z (about 1 year ago)
- Last Synced: 2023-11-16T13:35:10.376Z (about 1 year ago)
- Language: TypeScript
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- 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
- createdAt
- updatedAt
- published- user
- id
- name
- password
- createAt
- updateAt
- profile- profile
- id
- bio
- createAt
- updateAt
- userId## Technology Stack:
- graphql
- typescript
- postgresql
- prisma