ChatGPT Code Solution is a conversational interface that provides solutions for code-related queries. The project utilizes OpenAI's API to understand natural language inputs and provide relevant solutions to the users.
The project is built using the following technologies:
- VueJS as the front-end framework
- Express as middleware
- NodeJS as the runtime environment
- Cors (Cross-Origin Resource Sharing) to handle cross-origin requests
- Env to handle environment variables
- Clone the repository: git clone https://github.com/deek121477/ChatGPT-Code-solution
- Navigate to the project directory:
cd ChatGPT Code solution
- Install the dependencies:
npm install
- Create a .env file in the root directory and add your OpenAI API key.
- Start the development server:
npm run serve
- OpenAI for providing the powerful API used in the project
- The VueJS community for creating and maintaining the front-end framework.