{"id":18299869,"url":"https://github.com/shuvoprogram/online_code_editor","last_synced_at":"2025-04-09T09:24:58.331Z","repository":{"id":246431466,"uuid":"820452061","full_name":"ShuvoProgram/Online_Code_Editor","owner":"ShuvoProgram","description":"A full-stack web application that compiles and runs code in C++ and Python","archived":false,"fork":false,"pushed_at":"2024-06-26T14:25:10.000Z","size":2110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T03:29:23.236Z","etag":null,"topics":["code-compiler","online-code-editor","online-compiler"],"latest_commit_sha":null,"homepage":"","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/ShuvoProgram.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-06-26T13:49:09.000Z","updated_at":"2024-06-27T19:57:05.000Z","dependencies_parsed_at":"2024-06-27T23:45:36.479Z","dependency_job_id":"a9a9bf98-8862-4c81-9624-1dc4104d0239","html_url":"https://github.com/ShuvoProgram/Online_Code_Editor","commit_stats":null,"previous_names":["shuvoprogram/online_code_editor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShuvoProgram%2FOnline_Code_Editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShuvoProgram%2FOnline_Code_Editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShuvoProgram%2FOnline_Code_Editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShuvoProgram%2FOnline_Code_Editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShuvoProgram","download_url":"https://codeload.github.com/ShuvoProgram/Online_Code_Editor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248009983,"owners_count":21032832,"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":["code-compiler","online-code-editor","online-compiler"],"created_at":"2024-11-05T15:10:35.562Z","updated_at":"2025-04-09T09:24:58.314Z","avatar_url":"https://github.com/ShuvoProgram.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eOnline Code Runner\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eWelcome. This is an online text editor, that runs code in \u003ccode\u003eC++\u003c/code\u003e and \u003ccode\u003ePython\u003c/code\u003e.\u003c/p\u003e\n\u003cimg src=\"https://github.com/jigyansunanda/Online-Code-Runner/blob/master/media/app-screengrab.png\" height=\"70%\" width=\"100%\" \u003e\n\n\u003ch3 align=\"center\"\u003eHow to use\u003c/h4\u003e\n\n-   To try the code runner locally, download the codebase.\n-   Make sure you have following installed in your system: `react`, `NodeJS`, `Mongodb`, `Redis` and `Bull`. I have also used `nodemon` for help in development while working in `NodeJS`.\n-   To run the client-written code in their corresponding languages, you need to have `GCC` compiler and `python` installed in your machine.\n\nThen follow the below guide to start (client) frontend and server (backend) part of the application.\n\n\u003ch3 align=\"center\"\u003eActivate Client side\u003c/h4\u003e\n\n-   Open Terminal\n-   Go to `client` directory inside the project codespace\n-   Write `npm start`. This will open the client side build with react on `port:3000` on your local machine\n\n\u003ch3 align=\"center\"\u003eActivate Server side\u003c/h4\u003e\n\n-   Open Terminal\n-   Go to `backend` directory inside the project codespace\n-   Write `npm run`. If you have the above mentioned entities installed on your machine, you should be able to see a log of `Listening on port 5000` and `Successfully connected to Mongodb database` on terminal window.\n-   Optional: If you have `nodemon` installed on your machine, then you can use `npm run dev` instead of `npm run`. This will keep the backend in check on any changes made by you, and refresh the server accordingly.\n\n\u003ch3 align=\"center\"\u003eChange programming language\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/jigyansunanda/Online-Code-Runner/blob/master/media/language-selection.gif\" height=\"30%\" width=\"60%\"\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eCode exceution status\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/jigyansunanda/Online-Code-Runner/blob/master/media/execution-status.gif\" height=\"30%\" width=\"60%\"\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eSwitch theme\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/jigyansunanda/Online-Code-Runner/blob/master/media/theme-switch.gif\" height=\"70%\" width=\"100%\"\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuvoprogram%2Fonline_code_editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuvoprogram%2Fonline_code_editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuvoprogram%2Fonline_code_editor/lists"}