{"id":18604504,"url":"https://github.com/amanmandal-m/code_conversion_generator","last_synced_at":"2026-04-14T05:31:36.054Z","repository":{"id":177034505,"uuid":"659597453","full_name":"Amanmandal-M/Code_Conversion_Generator","owner":"Amanmandal-M","description":"This is Code conversion generator so developers or user they can convert their code in any languages.","archived":false,"fork":false,"pushed_at":"2023-07-19T20:02:24.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T19:09:36.659Z","etag":null,"topics":["cors","css","dotenv","express-js","html","javascript","mongoose","node-js","railway"],"latest_commit_sha":null,"homepage":"https://code-converter-genai.netlify.app/","language":"JavaScript","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/Amanmandal-M.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}},"created_at":"2023-06-28T07:06:39.000Z","updated_at":"2023-07-24T23:19:16.000Z","dependencies_parsed_at":"2025-05-17T07:00:56.093Z","dependency_job_id":null,"html_url":"https://github.com/Amanmandal-M/Code_Conversion_Generator","commit_stats":null,"previous_names":["amanmandal-m/code_conversion_generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Amanmandal-M/Code_Conversion_Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanmandal-M%2FCode_Conversion_Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanmandal-M%2FCode_Conversion_Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanmandal-M%2FCode_Conversion_Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanmandal-M%2FCode_Conversion_Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amanmandal-M","download_url":"https://codeload.github.com/Amanmandal-M/Code_Conversion_Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanmandal-M%2FCode_Conversion_Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31784251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["cors","css","dotenv","express-js","html","javascript","mongoose","node-js","railway"],"created_at":"2024-11-07T02:18:05.202Z","updated_at":"2026-04-14T05:31:36.049Z","avatar_url":"https://github.com/Amanmandal-M.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eCode Conversion Generator\u003c/h1\u003e\n\n\u003cdetails\u003e\n\n\u003csummary\u003eBackend Docs\u003c/summary\u003e\n\n\u003cbr\u003e\n\n\u003ch1 align=\"center\"\u003eCode Conversion Generator Backend\u003c/h1\u003e\n\n\u003cbr\u003e\n\n## About\n\n\u003cbr\u003e\n\nThis is Code conversion generator so developers or user they can convert their code in any languages.\n\n\n\u003cbr\u003e\n\n## Clone Repository\n\n\u003cbr\u003e\n\n```\ngit clone https://github.com/Amanmandal-M/Code_Conversion_Generator.git\n```\n\n\u003cbr\u003e\n\n## Installation\n\n\u003cbr\u003e\n\n```\ncd Backend\n\nnpm i / npm install\n```\n\n\u003cbr\u003e\n\n## Start the Backend server\n\n\u003cbr\u003e\n\n```\nnpm run start\n\nnode server.js\n```\n\n\u003cbr\u003e\n\n##  MVC Structure\n\n```\n├── index.js\n├── configs\n|    └── db.js\n├── models\n|    └── codeConversionModels.js\n├── routes\n|    └── codeConversionRoutes.js\n├──controllers\n|    └── codeConversionController.js\n```\n\nNote : \n\n- You can use any of them .\n\n- Before doing anything first create .env file and put your `OPENAI_API_KEY = \u003cYour OpenAI Key\u003e`\n\n\u003cbr\u003e\n\n## Backend Deployment URL\n\n\u003ch2\u003e\n    \u003cstrong\u003e\n        \u003ca href=\"https://code-converter-backend.onrender.com\"\u003eRender\u003c/a\u003e\n    \u003c/strong\u003e\n\u003c/h2\u003e\n\n\u003cbr\u003e\n\n\u003c/details\u003e\n\n\u003cbr\u003e\n\n\u003cdetails\u003e\n\n\u003csummary\u003eFrontend Docs\u003c/summary\u003e\n\n\u003cbr\u003e\n\n\u003ch1 align=\"center\"\u003eCode Conversion Generator Frontend\u003c/h1\u003e\n\n\u003cbr\u003e\n\n## About\n\n\u003cbr\u003e\n\nThis is Code conversion generator so developers or user they can convert their code in any languages.\n\n\u003cbr\u003e\n\n## Frontend Deployment URL\n\n\u003ch2\u003e\n    \u003cstrong\u003e\n        \u003ca href=\"https://code-converter-genai.netlify.app/\"\u003eNetlify\u003c/a\u003e\n    \u003c/strong\u003e\n\u003c/h2\u003e\n\n\u003c/details\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanmandal-m%2Fcode_conversion_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famanmandal-m%2Fcode_conversion_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanmandal-m%2Fcode_conversion_generator/lists"}