https://github.com/dev-ashanaur/blog-app-server
This is a simple blog-api service. It is created for only learning purposes. here I used express, graphql, Prisma,PostgreSQL.Thank you.
https://github.com/dev-ashanaur/blog-app-server
graphql postgresql prisma typescript
Last synced: 25 days ago
JSON representation
This is a simple blog-api service. It is created for only learning purposes. here I used express, graphql, Prisma,PostgreSQL.Thank you.
- Host: GitHub
- URL: https://github.com/dev-ashanaur/blog-app-server
- Owner: DEV-ASHANAUR
- Created: 2024-02-26T12:21:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T12:30:04.000Z (over 2 years ago)
- Last Synced: 2025-02-08T04:41:28.298Z (over 1 year ago)
- Topics: graphql, postgresql, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 24.4 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
- createdAt
- updatedAt
- published
- user
- id
- name
- email
- password
- createAt
- updateAt
- profile
- profile
- id
- bio
- createAt
- updateAt
- userId
## Technology Stack:
- graphql
- typescript
- postgresql
- prisma