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

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.

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
- email
- password
- createdAt
- updatedAt
- profile

- profile

- id
- bio
- createdAt
- updatedAt
- userId

## Technology Stack

- graphql
- typescript
- postgresql
- prisma