Skip to content

Latest commit

 

History

History
88 lines (57 loc) · 1.17 KB

readme.md

File metadata and controls

88 lines (57 loc) · 1.17 KB

Code Converter App

This is an AI code converter app using that anyone can convert their code from one programming language to another also, it can debug your code and perform quality checks for your code.

Features

  • Cross-platform
  • AI
  • Convert
  • Debug
  • Quality Check

Tech Stack

Client: HTML, CSS, JavaScript

Server: NodeJs, Express, Open-ai

Run Locally

Clone the project

  git clone https://github.com/RAJKUMARSHRIVASH/Code_Converter_App.git

Go to the project directory

  cd Code_Converter_App

Install dependencies

  npm install

Start the server

  node index.js

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PORT

OPENAI_API_KEY

API Reference

Welcome

  GET /

POST

  POST /convert
  POST /debug
  POST /checkquality

Demo

https://codeconverterapp.onrender.com

Screenshots

App Screenshot

App Screenshot

Author