Skip to content

ANYTNG-ANYTM/inter-iit-bootcamp-dev-task

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Inter IIT Bootcamp Dev Task

Setup

  • 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

Usage

  • 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

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.0%
  • CSS 26.0%
  • HTML 25.0%