{"id":31202218,"url":"https://github.com/ipdotsetaf/codechef","last_synced_at":"2025-09-20T13:45:24.900Z","repository":{"id":259013230,"uuid":"872537213","full_name":"IPdotSetAF/CodeChef","owner":"IPdotSetAF","description":"A tool for converting different languages repetitive codes to another","archived":false,"fork":false,"pushed_at":"2024-10-24T06:43:55.000Z","size":586,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T09:42:12.217Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://codechef.ipdotsetaf.ir/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IPdotSetAF.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":"2024-10-14T15:54:02.000Z","updated_at":"2024-10-24T06:59:52.000Z","dependencies_parsed_at":"2024-10-26T01:21:27.181Z","dependency_job_id":"c74e94e9-5a8a-4941-91c2-0c2bb12e8a9a","html_url":"https://github.com/IPdotSetAF/CodeChef","commit_stats":null,"previous_names":["ipdotsetaf/codechef"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/IPdotSetAF/CodeChef","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FCodeChef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FCodeChef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FCodeChef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FCodeChef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IPdotSetAF","download_url":"https://codeload.github.com/IPdotSetAF/CodeChef/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FCodeChef/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276106025,"owners_count":25586190,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-09-20T13:45:23.398Z","updated_at":"2025-09-20T13:45:24.889Z","avatar_url":"https://github.com/IPdotSetAF.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=left\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/IPdotSetAF/CodeChef\"/\u003e\n    \u003cimg src=\"https://img.shields.io/github/release-date/IPdotSetAF/CodeChef\"/\u003e\n    \u003cimg src=\"https://img.shields.io/github/last-commit/IPdotSetAF/CodeChef\"/\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/IPdotSetAF/CodeChef\"/\u003e\n\u003c/p\u003e\n\n# \u003cimg src=\"Frontend/public/code-chef.svg\" height=\"30\"\u003e CodeChef\n\nCodeChef is an online developer tool that aims to eliminate repetitive developer tasks and automate what could be automated.\n\n## Tools\n- **C# to TypeScript converter**\u003cbr/\u003eConverts C# classes and fields to typescript interfaces and fields.\n- **Markdown to HTML converter**\u003cbr/\u003eConverts Markdown code to HTML code.\n- **Serialized tool**\u003cbr/\u003eConverts serialized objects between different formats(JSON, XML, YAML, TOML).\n- **MSSQL Scaffolder**\u003cbr/\u003eScaffolds C# Models from MSSQL Tables and Stored Procedures.\n- **Need more tools?**\u003cbr/\u003e\u003ca href=\"#Contribution\"\u003eOpen issue/pull request\u003c/a\u003e, Everyone is welcome for contribution.\n\nYou can [**Go to Live Website**](https://codechef.ipdotsetaf.ir) or Run the website locally.\n\n## Running CodeChef Frontend Locally\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.9.\n\n### Development server\n\nRun `npm run start` or `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n### Build\n\nRun `npm run build` or `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n### Running unit tests\n\nRun `npm run test` or `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## MSSQL Proxy Server\n\nIf you want to use any of the tools that need to communicate with the MSSQL database, you need to download and run the proxy server, you can either download the binaries for your machine from the [**Release**](https://github.com/IPdotSetAF/CodeChef/releases) section or download the proxy [**Source Code**](https://github.com/IPdotSetAF/CodeChef/tree/main/CodeChefDatabaseProxy) and run it in your python environment.\n\n### Running MSSQL Proxy Server\n\nDownload the proper version from the [release section](https://github.com/IPdotSetAF/CodeChef/releases) and run it!!\n\n#### Args\n```\n-p --port \u003cproxy port\u003e\n-o --allowed-origin \u003callowed origin (ex. http://localhost:4200)\u003e\n```\n\n#### From Source Code\nFollow these steps if you want to Run the mssql-proxy from the Python source code: \n1. Download the mssql-proxy Python source code from the [release section](https://github.com/IPdotSetAF/CodeChef/releases).\n3. `pip install -r requirements.txt`\n4. `python proxy.py`\n\n## Docker\n\nCodeChef docker image contains both the **Frontend** and **mssql-proxy**. \n\n### Pulling the image\n```bash\ndocker pull ghcr.io/ipdotsetaf/codechef:latest\n```\n\n### Running the container\n```bash\ndocker run --name codechef -d -p 4200:4200 -p 50505:50505 ghcr.io/ipdotsetaf/codechef:latest\n```\n\n#### Changing the Frontend port\n```bash\ndocker run --name codechef -d -e ALLOWED_ORIGIN=\"http://localhost:\u003cFRONTEND_PORT\u003e\" -p \u003cFRONTEND_PORT\u003e:4200 -p 50505:50505 ghcr.io/ipdotsetaf/codechef:latest\n``` \nThe allowed origin will be the URL that will serve the Fronend and the browser access it with.\n\n#### Changing the proxy\n```bash\ndocker run --name codechef -d -p 4200:4200 -p \u003cPROXY_PORT\u003e:50505 ghcr.io/ipdotsetaf/codechef:latest\n```\n\n### Exposing database to mssql-proxy\n\u003e [!IMPORTANT]\n\u003e You need to make sure that the CodeChef container and your mssql-server are on the same network and know the mssql-server IP address exposed on that network. that will be the IP address you use on the CodeChef website.\n#### Instructions\nTBD...\n\n## TODO:\n- MSSQL **Diff Tool**\n- MSSQL **Search Tool**\n- MSSQL **Bulk Scaffolder**\n- MSSQL Scaffolder **string search for inputs**\n- MSSQL Scaffolder **file export**\n\n## Contribution\n- You can open Issues for any bug report or feature request.\n- You are free to contribute to this project by following these steps:\n   1. Fork this Repo.\n   2. Create a new branch for your feature/bugfix in your forked Repo.\n   3. Commit your changes to the new branch you just made.\n   4. Create a pull request from your branch into the `main` branch of This Repo([https://github.com/IPdotSetAF/CodeChef](https://github.com/IPdotSetAF/CodeChef)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipdotsetaf%2Fcodechef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipdotsetaf%2Fcodechef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipdotsetaf%2Fcodechef/lists"}