Motion is a blogging website made using React, Typescript, PostgreSQL, Hono (a cloudflare alternative to Express) and Prisma.
Tech Stack
- React
- Typescript
- PostgreSQL
- Prisma
- Hono
Features
- Authentication for users done using JWT.
- Publish your blogs using a Rich-Text Editor.
- A blog feed where users can see all the blogs by every user.
- Blogs are cached using Prisma Accelerate to improve response time.
Deployment
- Backend - Cloudflare Workers
- Frontend - Cloudflare Pages
- Version Control - Git/GitHub