https://github.com/seferogluemre/blogengineprisma
This FullStack project is a blog application built with TypeScript, Express, and Prisma, following the MVC architecture. The backend uses Prisma ORM with a PostgreSQL database to manage essential data models such as category, post, tag, post-tag relationships, and comments. On the frontend, React is used to create a dynamic interface that seamless
https://github.com/seferogluemre/blogengineprisma
blog-engine bootstrap5 express mvc postgresql prisma-client prisma-orm react-router-dom reactjs typescript
Last synced: 10 days ago
JSON representation
This FullStack project is a blog application built with TypeScript, Express, and Prisma, following the MVC architecture. The backend uses Prisma ORM with a PostgreSQL database to manage essential data models such as category, post, tag, post-tag relationships, and comments. On the frontend, React is used to create a dynamic interface that seamless
- Host: GitHub
- URL: https://github.com/seferogluemre/blogengineprisma
- Owner: seferogluemre
- Created: 2025-03-08T13:19:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T19:52:48.000Z (10 months ago)
- Last Synced: 2025-03-29T20:29:12.416Z (10 months ago)
- Topics: blog-engine, bootstrap5, express, mvc, postgresql, prisma-client, prisma-orm, react-router-dom, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 163 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This FullStack project is a blog application built with TypeScript, Express, and Prisma, following the MVC architecture. The backend uses Prisma ORM with a PostgreSQL database to manage essential data models such as category, post, tag, post-tag relationships, and comments.
On the frontend, React is used to create a dynamic interface that seamlessly integrates with the backend. Users can browse blog posts, filter them by categories, leave comments, and explore content through tags.
Technologies Used:
🔹 Backend: Node.js, Express.js, TypeScript, Prisma, PostgreSQL
🔹 Frontend: React, TypeScript, Axios, React Router
This setup ensures a clean and scalable code structure, making it well-suited for modern JavaScript/TypeScript development. 🚀