{"id":15723390,"url":"https://github.com/Jenil-Desai/Inkwell","last_synced_at":"2025-10-21T01:31:45.447Z","repository":{"id":256782465,"uuid":"856240276","full_name":"Jenil-Desai/Medium-Clone","owner":"Jenil-Desai","description":"A full-stack Medium clone built with React, Cloudflare Workers, and TypeScript, featuring JWT authentication, Prisma ORM, and PostgreSQL for a robust content publishing platform.","archived":false,"fork":false,"pushed_at":"2024-11-16T13:06:04.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-12T17:05:56.590Z","etag":null,"topics":["cloudflare-workers","hono","jwt","postgresql","prisma-accelerate","prisma-orm","tailwindcss","typescript","zod"],"latest_commit_sha":null,"homepage":"https://medium-clone-two-pi.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jenil-Desai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-12T08:30:18.000Z","updated_at":"2024-11-16T13:06:08.000Z","dependencies_parsed_at":"2024-12-12T17:15:39.816Z","dependency_job_id":null,"html_url":"https://github.com/Jenil-Desai/Medium-Clone","commit_stats":null,"previous_names":["jenil-desai/medium-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FMedium-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FMedium-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FMedium-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FMedium-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jenil-Desai","download_url":"https://codeload.github.com/Jenil-Desai/Medium-Clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237419899,"owners_count":19307200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudflare-workers","hono","jwt","postgresql","prisma-accelerate","prisma-orm","tailwindcss","typescript","zod"],"created_at":"2024-10-03T22:11:28.494Z","updated_at":"2025-10-21T01:31:45.435Z","avatar_url":"https://github.com/Jenil-Desai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 Inkwell\n\nA fully functional **Medium-like platform** built using modern web technologies. This project focuses on providing a rich, interactive experience for users to create and share content, following the same core principles as Medium.\n\n---\n\n## 📑 Table of Contents\n\n1. [Overview](#-overview)\n2. [Technologies](#-technologies)\n3. [Packages \u0026 Libraries Used](#-packages--libraries-used)\n4. [Getting Started](#-getting-started)\n5. [Setup](#-setup)\n6. [Features](#-features)\n7. [Demo \u0026 Screenshots](#-demo--screenshots)\n8. [Acknowledgments](#-acknowledgments)\n9. [License](#-license)\n\n---\n\n## 🌟 Overview\n\nA modern web application inspired by **Medium**, allowing users to create, share, and interact with content. This project incorporates user authentication, rich text editing, and a sleek UI, making it a robust and scalable platform.\n\n---\n\n## 💻 Technologies\n\nBelow is a breakdown of the core technologies used in this project.\n\n| 🌐 Web Framework | Backend               | Database         | Language       |\n| ---------------- | --------------------- | ---------------- | -------------- |\n| **React.js**     | **Cloudflare Worker** | **Postgres SQL** | **TypeScript** |\n\n---\n\n## 📦 Packages / Libraries Used\n\nThis project uses the following essential libraries and packages:\n\n| Package / Library    | Purpose                   |\n| -------------------- | ------------------------- |\n| `Hono`               | Lightweight web framework |\n| `Prisma ORM`         | Database ORM              |\n| `Prisma Accelerates` | Optimized Prisma Pooling  |\n| `Axios`              | API requests              |\n| `React-Router-Dom`   | Frontend routing          |\n| `Tailwind CSS`       | Styling framework         |\n| `zod`                | Schema validation         |\n\n---\n\n## 🚀 Getting Started\n\nFollow these steps to set up the project in your local environment:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Jenil-Desai/inkwell.git\n   ```\n2. Install dependencies:\n   ```bash\n   cd common\n   npm install\n   cd ../backend\n   npm install\n   cd ../frontend\n   npm install\n   ```\n3. Configure Envirmental Variables by creating `.env` and add :\n   ```env\n   DATABASE_URL=\"Your Postgres Database Direct URL\"\n   ```\n4. Add Other ENVs into `backend/wrangler.toml` as :\n   ```toml\n   [vars]\n   DATABASE_URL=\"Your Prisma Accelrated URL\"\n   JWT_SECRET=\"Unique JWT Secret\"\n   ```\n\n---\n\n## ⚙️ Setup\n\n1. Start the project backend:\n   ```bash\n   cd backend\n   npm run dev\n   ```\n2. Start the project frontend:\n   ```bash\n   cd frontend\n   npm run dev\n   ```\n3. Access the application at `localhost:5173` and explore the website.\n\n---\n\n## 🎯 Features\n\nExplore the unique features available in this application:\n\n1. 🔐 **User Authentication with JWT**:\n   - Secure login and signup process using JSON Web Tokens.\n2. ✍️ **Create and Read Articles**:\n   - Rich functionality for users to create articles and read published ones.\n3. 📝 **Rich Text Editing**:\n   - Intuitive text editor for drafting articles.\n\n---\n\n## 🔗 Demo \u0026 Screenshots\n\n- [Demo](https://medium-clone-two-pi.vercel.app/)\n\n---\n\n## 🙏 Acknowledgments\n\nWe’d like to thank the following resources:\n\n- **[Harkirat 100xDevs Course](https://100xdevs.com/)** - Backend development.\n- **[Hono Docs](https://hono.dev/docs)** - Framework documentation.\n- **[Cloudflare Workers Docs](https://developers.cloudflare.com/workers/)** - Serverless platform documentation.\n\n---\n\n## 📜 License\n\nThis project is licensed under the [MIT License](LICENSE). See the [LICENSE](LICENSE) file for details.\n\n---\n\n### Enjoy exploring and contributing to the Inkwell!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJenil-Desai%2FInkwell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJenil-Desai%2FInkwell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJenil-Desai%2FInkwell/lists"}