Skip to content

Ammar2311/CodeChef

 
 

Repository files navigation

CodeChef

CodeChef is an online developer tool that aims to eliminate repetitive developer tasks and automate what could be automated.

Tools

  • C# to TypeScript converter
    Converts C# classes and fields to typescript interfaces and fields.
  • Markdown to HTML converter
    Converts Markdown code to HTML code.
  • Serialized tool
    Converts serialized objects between different formats(JSON, XML, YAML, TOML).
  • MSSQL Scaffolder
    Scaffolds C# Models from MSSQL Tables and Stored Procedures.

Usage

You can Go to Live Website or Run the website locally.

MSSQL Proxy Server

If you want to use any of the tools that need to communicate with MSSQL database, you need to download and run the proxy server, you can either download the binaries for your machine from the Release section or download the proxy Source Code and run it in your python environment.

Running CodeChef Locally

This project was generated with Angular CLI version 18.2.9.

Development server

Run 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.

Build

Run npm run build or ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run npm run test or ng test to execute the unit tests via Karma.

Running MSSQL Proxy Server

From precompiled binaries

Just download the proper version from the release section and run it!!

From Source Code

Follow these steps if you want to Run the proxy server from the Python source code:

  1. Download the proxy server Python source code from the release section.
  2. pip install -r requirements.txt
  3. python proxy.py

TODO:

  • Markdown preview in Markdown to HTML Converter
  • MSSQL Diff Tool
  • MSSQL Search Tool
  • MSSQL Bulk Scaffolder

Contribution

  • You can open Issues for any bug report or feature request.
  • You are free to contribute to this project by following these steps:
    1. Fork this Repo.
    2. Create a new branch for your feature/bugfix in your forked Repo.
    3. Commit your changes to the new branch you just made.
    4. Create a pull request from your branch into the main branch of This Repo(https://github.com/IPdotSetAF/CodeChef).

About

A tool for converting different languages repetitive codes to another

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.3%
  • HTML 40.5%
  • Python 5.7%
  • CSS 2.5%