https://github.com/hasanali112/blog-app-server
Blog-App-Server is the backend component of a blogging platform that provides APIs and manages the server-side logic.
https://github.com/hasanali112/blog-app-server
graphql jwt-authentication postgresql prisma typescript
Last synced: 3 months ago
JSON representation
Blog-App-Server is the backend component of a blogging platform that provides APIs and manages the server-side logic.
- Host: GitHub
- URL: https://github.com/hasanali112/blog-app-server
- Owner: hasanali112
- Created: 2025-01-04T01:36:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T04:43:36.000Z (5 months ago)
- Last Synced: 2025-01-04T05:24:44.056Z (5 months ago)
- Topics: graphql, jwt-authentication, postgresql, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog app
## Requirements
- User can post post and publish blog content
- User can see post
- Authentication system
- User can their own profile## Table
- post
- id
- title
- content
- authorId
- createdAt
- updatedAt
- published- user
- id
- name
- password
- createdAt
- updatedAt
- profile- profile
- id
- bio
- createdAt
- updatedAt
- userId## Technology Stack
- graphql
- typescript
- postgresql
- prisma