This project is built using the following technologies:
- Frontend: React
- Backend: Cloudflare Workers
- Validation Library: Zod (provides type inference for frontend types)
- Language: TypeScript
- ORM: Prisma (with connection pooling)
- Database: PostgreSQL
- Authentication: JWT
This project aims to build a medium-like application using the above stack. It leverages React for the frontend, Cloudflare Workers for the backend, and Prisma as the ORM with connection pooling. PostgreSQL is used as the database, and JWT is used for authentication.
Feel free to explore the code and contribute to the project!