Skip to content

choiruladamm/chatgpt-codeai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT - Code AI

Clone OpenAI Chat GPT, Try this CodeAI

Tech Stack

  • Vanilla Javascript Using Vite
  • Node Js
  • Cyclic for Deploy Backend
  • Vercel for Deploy Frontend

Screenshots

CodeAI

Building from Source

  • Clone this repository
git clone https://github.com/choiruladamm/chatgpt-codeai.git
  • Create file .env in folder server
  • Add OPENAI_API_KEY=" replace your apikey "
  • Open folder client/script.js, change fetch('http://localhost:5000/')
  • Instal package
npm install
  • Run project
npm run server // server side
npm run dev // client side

Don't Forget to