Deploy: https://www.linkedin.com/posts/suraj-bhosale003_vercel-render-openai-activity-7035997137293185024-Ch6F?utm_source=share&utm_medium=member_desktop
Download And Install : https://nodejs.org/en/download/ [ For npm Commands ]
= Create Project =
-
create vite@latest client --template vanilla
-
Select-> vanilla -> Javascript
-
cd client
-
npm install
//Code your Front-End
= Create server folder =
-
cd server
-
npm init -y
-
npm install cors dotenv express nodemon openai
-
Get your API key : https://openai.com