- Integrated AI chatbot using OpenAI
- Chatbot won't give response as the free trial got expired on 1 June 2023
-
Clone the project.
-
Install dependencies in both client and server folder by using
commandnpm installornpm i -
Complete the .env file in server folder.
- Connect to MongoDB.
- Enter remaining fields.
-
To run the application,
- move to server folder using command
cd server
Then use commandnpm startto start the server. - move to client folder using command
cd client
Then use commandnpm startto start the application.
- move to server folder using command