- Clone the repository
- To start client, run the following commands
cd client
npm install
npm start
- To start server, run the following commands
cd server
npm install
npx nodemon index.js
- Generate an API key from any AI model provider (Gemini, Groq, etc.)
- Add the API key in the
server/.env
file - Call the API in the index.js file to get the response
- Display the response in the client