{"id":15775756,"url":"https://github.com/akhilmhdh/ide-v1","last_synced_at":"2026-04-09T01:31:36.661Z","repository":{"id":117501737,"uuid":"311729870","full_name":"akhilmhdh/IDE-V1","owner":"akhilmhdh","description":"A simple web ide that can compile multiple programming languages like c, c++, python3","archived":false,"fork":false,"pushed_at":"2020-11-23T14:02:53.000Z","size":161,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T23:04:33.503Z","etag":null,"topics":["docker","docker-compose","express","nodejs","typescript","web-ide"],"latest_commit_sha":null,"homepage":"","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/akhilmhdh.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-11-10T17:07:22.000Z","updated_at":"2020-11-23T16:00:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"9bb0102c-f7b0-4f92-b771-7276690148d2","html_url":"https://github.com/akhilmhdh/IDE-V1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akhilmhdh/IDE-V1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilmhdh%2FIDE-V1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilmhdh%2FIDE-V1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilmhdh%2FIDE-V1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilmhdh%2FIDE-V1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akhilmhdh","download_url":"https://codeload.github.com/akhilmhdh/IDE-V1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilmhdh%2FIDE-V1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["docker","docker-compose","express","nodejs","typescript","web-ide"],"created_at":"2024-10-04T17:02:12.819Z","updated_at":"2026-04-09T01:31:36.635Z","avatar_url":"https://github.com/akhilmhdh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003ch1 align=\"center\"\u003eIDE V1\u003c/h1\u003e\n\u003c/p\u003e\n\nA simple dockerized Nodejs Express backend to compile programs written C, C++, python3.\n\n\u003e This is a really simple base version. Scaled version using k8 with a really efficient architecture is coming soon. :smile:\n\n### Built With\n\n-   [nodejs](https://nodejs.org)\n-   [docker](https://www.docker.com)\n\n## Getting Started\n\n### Prerequisites\n\n-   NodeJS\n-   Docker\n\n### Installation\n\n1. Start the docker engine\n2. Clone the repo\n    ```bash\n    git clone https://github.com/akhilmhdh/ide.git\n    cd ide\n    ```\n3. Start the application using docker-compose\n\n```bash\n  docker-compose -f Dockerfile.dev up\n```\n\n4. Visit `http://localhost:8000`\n\n### Running Test\n\n```bash\n    docker-compose -f Dockerfile.test up\n```\n\n### Route\n\n-   Endpoint: POST /code/compile\n-   Request body format JSON\n\n| Key    | Value                        | Required |\n| ------ | ---------------------------- | -------- |\n| script | base64 encoded program code  | True     |\n| lang   | c, c++, python3              | True     |\n| input  | base64 encoded program input | False    |\n\n\u003e Multiple needed programs can also be added furthur by changing the dockerfile and adding code running command in [codeRunner class](src/api/compiler/codeRunner.ts)\n\n## License\n\nDistributed under the MIT License. See [`LICENSE`](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhilmhdh%2Fide-v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakhilmhdh%2Fide-v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhilmhdh%2Fide-v1/lists"}