-- Created By --
- Viraj Madhushan, using OpenAI API on 23rd January 2023
- Node version used : v16.18.1
- Clone the app using
git clone https://github.com/VirajMadhu/OpenAIChatBot.git
- Redirect into project folder
cd /<your-project-folder>/client
- Install node modules
npm install
- Run client
npm run dev
- Redirect into project folder
cd /<your-project-folder>/server
- Install node modules
npm install
- Create .env file using
cp .env.example .env
- Add your OpenAI Api key at the relant environment key. (more info at https://openai.com/api/)
- Run client
npm run server
- You can see the live demo using this link : https://open-ai-chat-bot-delta.vercel.app/