{"id":24905710,"url":"https://github.com/mohyware/polyglot-blog","last_synced_at":"2026-04-07T07:42:05.721Z","repository":{"id":275238696,"uuid":"925501307","full_name":"mohyware/polyglot-blog","owner":"mohyware","description":"polyglot blog application that showcases MetaCall's ability to integrate different languages seamlessly.","archived":false,"fork":false,"pushed_at":"2025-09-21T17:47:05.000Z","size":9240,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:29:22.028Z","etag":null,"topics":["ai","blog","express","huggingface","metacall","mongodb","nextjs","nodejs","polyglot-programming","pyhton"],"latest_commit_sha":null,"homepage":"","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/mohyware.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-01T02:38:56.000Z","updated_at":"2025-09-21T17:47:08.000Z","dependencies_parsed_at":"2025-02-01T04:22:54.077Z","dependency_job_id":"294fb67e-3e5c-4f2c-91ed-c73a3fc640f2","html_url":"https://github.com/mohyware/polyglot-blog","commit_stats":null,"previous_names":["mohyware/polyglot-blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohyware/polyglot-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohyware%2Fpolyglot-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohyware%2Fpolyglot-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohyware%2Fpolyglot-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohyware%2Fpolyglot-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohyware","download_url":"https://codeload.github.com/mohyware/polyglot-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohyware%2Fpolyglot-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["ai","blog","express","huggingface","metacall","mongodb","nextjs","nodejs","polyglot-programming","pyhton"],"created_at":"2025-02-02T00:24:24.137Z","updated_at":"2026-04-07T07:42:05.698Z","avatar_url":"https://github.com/mohyware.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Polyglot Blog Application\r\n\r\n## Overview\r\nThis full-stack blog application supports CRUD operations for blog posts, which can be written and rendered in Markdown. It also features a summarization capability powered by Python through MetaCall, offering a variety of AI services to choose from.\r\n## Showcase\r\n[Showcase Link](https://drive.google.com/file/d/1elCS0HcQmUdFkNAfvnPR6Zx2y8el4Xs6/view?usp=sharing)\r\n\r\nhttps://github.com/user-attachments/assets/9b69327a-c469-4c7a-941f-5815b8d44ed0\r\n\r\n## Features\r\n1. 📝 Create, edit, and delete blog posts\r\n2. 🔍 Retrieve blog posts via REST APIs\r\n3. 📄 Write and render blog posts in Markdown\r\n4. 🤖 AI-Powered Summarization (via Python \u0026 MetaCall)\r\n5. ⚡ Supports multiple AI services for summarization (e.g., Gemini, Hugging Face, Claude, OpenAI, etc.)\r\n## Requirements\r\nEnsure you have the following installed before running the application:\r\n1. Nodejs\r\n2. [Metacall CLI](https://github.com/metacall/install)\r\n\r\n## Environment Configuration\r\nBefore running the project, navigate to the server directory, rename .env.example to .env, and add your configurations like:\r\n```bash\r\nMONGO_URI=your_mongodb_connection_string\r\nPORT=4000\r\n\r\nHUGGING_FACE_KEY=your_api_key\r\nOPENAI_API_KEY=your_api_key\r\nGEMINI_KEY=your_api_key\r\nEDEN_Authorization=your_api_key\r\nANTHROPIC_API_KEY=your_api_key\r\nDEEPSEEK_API_KEY=your_api_key\r\n```\r\n## Installation\r\n1. Clone the repository:\r\n\r\n```sh\r\ngit clone https://github.com/mohyware/polyglot-blog\r\n```\r\n\r\n2. Install MetaCall CLI [(More Info)](https://github.com/metacall/install):\r\n\r\n```sh\r\ncurl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | sh\r\n```\r\n3. Backend (Server) Setup\r\n```bash\r\ncd server\r\nmetacall npm install\r\nmetacall pip3 install dotenv huggingface_hub openai anthropic genai\r\n```\r\n4. Frontend (Client) Setup\r\n```bash\r\ncd client\r\nnpm install\r\n```\r\n## Usage\r\n1. Start the Backend Server\r\n```bash\r\ncd server\r\nnpm run dev  # Start development mode\r\n# OR\r\nnpm start    # Run production mode\r\n```\r\n2. Start the Frontend Client\r\n```bash\r\ncd client\r\nnpm run dev  # Start development mode\r\n# OR\r\nnpm run build  # Build the project before running start\r\nnpm start      # Run production mode\r\n```\r\n3. Open your browser and navigate to http://localhost:3000\r\n## Run tests\r\nYou can run tests by executing the following command:\r\n```bash\r\ncd client\r\nnpm run test\r\n```\r\n```bash\r\ncd server\r\nnpm run test\r\n\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohyware%2Fpolyglot-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohyware%2Fpolyglot-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohyware%2Fpolyglot-blog/lists"}