Backend Docs
This is Code conversion generator so developers or user they can convert their code in any languages.
git clone https://github.com/Amanmandal-M/Code_Conversion_Generator.git
cd Backend
npm i / npm install
npm run start
node server.js
├── index.js
├── configs
| └── db.js
├── models
| └── codeConversionModels.js
├── routes
| └── codeConversionRoutes.js
├──controllers
| └── codeConversionController.js
Note :
-
You can use any of them .
-
Before doing anything first create .env file and put your
OPENAI_API_KEY = <Your OpenAI Key>
Frontend Docs
This is Code conversion generator so developers or user they can convert their code in any languages.