programming-helper.com
programming-helper.com copied to clipboard
Generate code from a text desciption.
Programming
Function from Description
Code to Explanation
Fix invalid Code
Translate Languages
Class from Description
Get Language from Code
Function from Docstring
Helpers
Regex from Description
Regex to Explanation
Linux Command
Get time complexity
Git Command from Description
Database
Text Description to SQL Command
Web
Generate HTML from Description
CSS from Description
Meta Tags from Description
Getting Started
Clone the repository and install dependencies
git clone https://github.com/ezzcodeezzlife/programming-helper.com.git
cd openaiwebsite
npm install
Configure your local environment
Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):
cp .env.local.example .env.local
Add details for one or more providers (e.g. Google, Twitter, GitHub, Email, etc).
Start the application
To run your site locally, use:
npm run dev
To run it in production mode, use:
npm run build
npm run start