Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 553 Bytes

File metadata and controls

23 lines (13 loc) · 553 Bytes

Chat App (MERN + Prisma + Clerk) Description

A simple chat application backend built with Express, Prisma, and PostgreSQL, with plans to integrate Clerk authentication and a Next.js + Tailwind frontend. Users can create accounts, send messages, and fetch message history.

Tech Stack

Backend: Express, Prisma, PostgreSQL, Bun

Frontend: Next.js, React, Tailwind CSS

Authentication: Clerk

Other tools: Postman (for API testing)

Future Features

Clerk authentication integration

Frontend with Next.js + Tailwind

Real-time messaging with WebSockets