Skip to content

priyanshusingh017/BotBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotBuddy 🤖

BotBuddy is a Node.js-based chatbot application featuring a web interface for seamless user interaction.


Features

  • Accepts user messages and optional file inputs.
  • Communicates with Gemini API for generating responses.
  • Implements CORS for cross-origin requests.
  • Securely manages API keys using environment variables.

Installation

  1. Clone the repository:
    git clone https://github.com/priyanshusingh017/BotBuddy.git
    cd BotBuddy
    
  2. Install dependencies:
    npm install
    
  3. Start the server:
     node server.js
    
  4. Open in browser:
     Navigate to http://localhost:3000.
    

Project Structure

  • server.js - Main server file.
  • html/ - HTML templates.
  • css/ - Stylesheets.
  • js/ - Client-side JavaScript files.
  • assets/ - Static resources like images.

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/your-feature-name
    
  3. Commit your changes:

    git commit -m "Add your message"
    
  4. Push the changes:

    git push origin feature/your-feature-name
    
  5. Submit a pull request.

License

This project is licensed under the MIT License.

About

Demo of the project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors