{"id":25770402,"url":"https://github.com/pshycodr/blog-website","last_synced_at":"2026-01-25T08:33:22.818Z","repository":{"id":273677823,"uuid":"920511250","full_name":"pshycodr/Blog-website","owner":"pshycodr","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-10T15:37:35.000Z","size":4280,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T15:41:31.644Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://blog-website-one-mauve.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pshycodr.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":"2025-01-22T09:30:59.000Z","updated_at":"2025-02-10T15:37:38.000Z","dependencies_parsed_at":"2025-01-22T10:43:18.271Z","dependency_job_id":null,"html_url":"https://github.com/pshycodr/Blog-website","commit_stats":null,"previous_names":["pshycodr/blog-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pshycodr/Blog-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2FBlog-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2FBlog-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2FBlog-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2FBlog-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pshycodr","download_url":"https://codeload.github.com/pshycodr/Blog-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2FBlog-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28749393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T08:31:04.260Z","status":"ssl_error","status_checked_at":"2026-01-25T08:30:28.859Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-02-27T02:29:17.403Z","updated_at":"2026-01-25T08:33:22.802Z","avatar_url":"https://github.com/pshycodr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog Web Platform\n\nA full-stack blogging platform built with React, TypeScript, and Cloudflare Workers, featuring user authentication and blog post management.\n\n🚀 **Live Demo**: [Blog Web Platform](https://blog-website-one-mauve.vercel.app/)\n\n## Project Structure\n\nThe project is organized into three main components:\n\n- `Frontend/`: React TypeScript application (deployed on Vercel)\n- `Backend/`: Cloudflare Workers API\n- `Common/`: Shared TypeScript types and validation schemas\n\n## Features\n\n- User authentication (signup/signin)\n- Create and publish blog posts\n- Draft management\n- Personal dashboard\n- Responsive design\n- Real-time blog post updates\n\n## Tech Stack\n\n### Frontend\n- React 18\n- TypeScript\n- Tailwind CSS\n- Vite\n- React Router DOM\n- Axios\n\n### Backend\n- Cloudflare Workers\n- Hono (Backend Framework)\n- Prisma (ORM)\n- PostgreSQL\n- JWT Authentication\n\n### Common\n- Zod (Schema Validation)\n- TypeScript\n\n### Deployment\n- Frontend: Vercel\n- Backend: Cloudflare Workers\n- Database: PostgreSQL\n\n## Getting Started\n\n### Prerequisites\n- Node.js (v16 or higher)\n- npm or yarn\n- PostgreSQL database\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone \u003crepository-url\u003e\n```\n\n2. Install Common package dependencies:\n```bash\ncd Common\nnpm install\n```\n\n3. Install Backend dependencies:\n```bash\ncd Backend\nnpm install\n```\n\n4. Install Frontend dependencies:\n```bash\ncd Frontend\nnpm install\n```\n\n### Development\n\n1. Start the Backend development server:\n```bash\ncd Backend\nnpm run dev\n```\n\n2. Start the Frontend development server:\n```bash\ncd Frontend\nnpm run dev\n```\n\n### Deployment\n\n1. Deploy the Backend to Cloudflare Workers:\n```bash\ncd Backend\nnpm run deploy\n```\n\n2. Build and deploy the Frontend to Vercel:\n```bash\ncd Frontend\nnpm run build\n```\n\n## Environment Variables\n\n### Backend\nCreate a `wrangler.toml` file with:\n```toml\n[vars]\nDATABASE_URL=\"\"\nJWT_SECRET=\"\"\n```\n\n### Frontend\nUpdate `src/config.ts` with your backend URL:\n```typescript\nexport const BACKEND_URL = \"your-backend-url\"\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nFeel free to submit issues and pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpshycodr%2Fblog-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpshycodr%2Fblog-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpshycodr%2Fblog-website/lists"}