An open API service indexing awesome lists of open source software.

https://github.com/amanmandal-m/code_conversion_generator

This is Code conversion generator so developers or user they can convert their code in any languages.
https://github.com/amanmandal-m/code_conversion_generator

cors css dotenv express-js html javascript mongoose node-js railway

Last synced: 2 months ago
JSON representation

This is Code conversion generator so developers or user they can convert their code in any languages.

Awesome Lists containing this project

README

          

Code Conversion Generator

Backend Docs


Code Conversion Generator Backend


## About


This is Code conversion generator so developers or user they can convert their code in any languages.


## Clone Repository


```
git clone https://github.com/Amanmandal-M/Code_Conversion_Generator.git
```


## Installation


```
cd Backend

npm i / npm install
```


## Start the Backend server


```
npm run start

node server.js
```


## MVC Structure

```
├── 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 = `


## Backend Deployment URL



Render



Frontend Docs


Code Conversion Generator Frontend


## About


This is Code conversion generator so developers or user they can convert their code in any languages.


## Frontend Deployment URL



Netlify