Haritha0705/blog-post-app
Full-stack blog platform using monorepo architecture with a Next.js frontend optimized for performance and a NestJS GraphQL API for creating, editing, and publishing posts.
TypeScript
0
0
85+ commits
9K+ lines
Files
src/
public/
package.json
tsconfig.json
.gitignore
README.md
README.md
A full-stack blog platform built with a monorepo architecture.
The project uses a monorepo approach with shared packages:
| Layer | Technology |
|---|---|
| Frontend | Next.js, TypeScript |
| Backend | NestJS, GraphQL |
| Architecture | Monorepo |
| Language | TypeScript |