https://github.com/echosingh/chatbot_webproject
This Is a Simple chatbot which store your searches using sqlite3
https://github.com/echosingh/chatbot_webproject
html-css-javascript miniproject sqlite3 webprojects
Last synced: 4 months ago
JSON representation
This Is a Simple chatbot which store your searches using sqlite3
- Host: GitHub
- URL: https://github.com/echosingh/chatbot_webproject
- Owner: EchoSingh
- License: gpl-3.0
- Created: 2024-07-12T15:15:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T14:06:59.000Z (9 months ago)
- Last Synced: 2025-01-24T15:20:17.388Z (9 months ago)
- Topics: html-css-javascript, miniproject, sqlite3, webprojects
- Language: HTML
- Homepage: https://chat-bot-web-project.vercel.app/
- Size: 6.96 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatBot Web Project 🤖💬
This repository contains the code and resources for the ChatBot Web Project, a web-based chatbot application.
Live Demo :: [Run](https://chat-bot-web-project.vercel.app/)
## Project Structure 📁
```
ChatBot_WebProject/
├── output_images/
│ ├── one.jpg
│ ├── three.jpg
│ ├── two.jpg
│ └── use case.png
├── public/
│ ├── Images/
│ │ ├── chat.js
│ | ├── index.html
│ │ └── styles.css
├── report files/
│ ├── WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.docx
│ └── WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.pdf
├── .gitignore
├── README.md
├── chatbot.db
├── package-lock.json
├── package.json
└── server.js
```### Folders and Files
- **output_images/** 📷
- `one.jpg` 
- `three.jpg` 
- `two.jpg` 
- `use case.png` 
- **public/** 🌐
- **Images/** 🖼️
- `chat.js` 📄
- `index.html` 🌍
- `styles.css` 🎨
- **report files/** 📝
- `WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.docx` 📄
- `WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.pdf` 📄
- `.gitignore` ❌
- `README.md` 📘
- `chatbot.db` 🗄️
- `package-lock.json` 📦
- `package.json` 📦
- `server.js` 🖥️## Getting Started 🚀
To get a local copy up and running follow these simple steps.
### Prerequisites
You need to have Node.js and npm installed on your machine. You can download them from [here](https://nodejs.org/).
### Installation
1. Clone the repo
```sh
git clone https://github.com/EchoSingh/AI-ChatBot.git
```2. Navigate to the project directory
```sh
cd ChatBot_WebProject
```3. Install NPM packages
```sh
npm install
```4. Start the server
```sh
node server.js
```## Usage
Once the server is running, you can access the chatbot application by navigating to `http://localhost:3000` in your web browser.
## Report Files 📝
The project reports are available in the `report files` directory:
- [WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.docx](report%20files/WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th%20sem-combined%20FINAL.docx)
- [WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.pdf](report%20files/WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th%20sem-combined%20FINAL.pdf)## License 📄
Distributed under the MIT License. See `LICENSE` for more information.
## Made with ❤️ by Aditya Singh