A simplified version of the app Medium following the CRUD operations and having User Authentication
It's using TypeScript, Github is bugging out
- Authentication (JWT Token)
- Sigup/Signin + Logout
- Read Post
- Create Post
- Update Post
- Delete Post
- React (TypeScript)
- React-Router-DOM
- TailwindCSS
- Shadcn
- Hono (TypeScript)
- Prisma ORM
- Cloudflare Workers (Wrangler)
- Postgresql (NeonDB)
- Node (18.3.0+)
1. cd frontend
2. npm install
3. npm run dev
Docker
1. cd backend
2. docker build -t medium-backend .
3. docker run -p 8787:8787 medium-backend
1. cd frontend
2. npm install
3. npm run dev
Will create a contribution docs soon.
Thank you for visiting.