/Blog-app

This project is a blog application currently under development, aimed at learning and practice. It combines React.js for the frontend, Cloudflare Workers for the backend, Zod for validation and type inference, TypeScript for language support, Prisma as the ORM, PostgreSQL as the database, and JWT for authentication.

Primary LanguageTypeScript

Overview

This project is a blog application currently under development, aimed at learning and practice. It combines React.js for the frontend, Cloudflare Workers for the backend, Zod for validation and type inference, TypeScript for language support, Prisma as the ORM, PostgreSQL as the database, and JWT for authentication.

Tech Stack

  1. Frontend:

    • Framework: React.js
    • Validation Library: Zod
    • Language: TypeScript
  2. Backend:

    • Cloudflare Workers: Serverless platform for backend logic
    • Authentication: JWT (JSON Web Tokens)
  3. Database:

    • ORM: Prisma
    • Database: PostgreSQL