A full stack blogging application inspired by medium.
Client: React, Recoil, TailwindCSS
Server: CloudFlare Workers (Serverless), Hono Web Application Framework
ORM: Prisma ORM
DATABASE PostgreSQL
- Responsive Ui
- User signup and signin
- search and filter through blogs.
- Display blog content in rich text.
- User can create a blog.
- A rich text editor for writting the blog.
- Update or delete blog if posted by the user.
- Hosted on edge/serverless fn's.
https://medium-blog-ruby.vercel.app/
Signup Page
Show or display all blogs.
Create a new blog.
Display selected blog (Other user's blog)
Display selected blog (Current user's blog - option to edit or delete present)
Edit blog created by the current user.
Update user-profile info