- 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 install
ornpm 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 start
to start the server. - move to client folder using command
cd client
Then use commandnpm start
to start the application.
- move to server folder using command