{"id":18304102,"url":"https://github.com/echosingh/chatbot_webproject","last_synced_at":"2026-02-13T03:04:50.104Z","repository":{"id":248143339,"uuid":"827877350","full_name":"EchoSingh/ChatBot_WebProject","owner":"EchoSingh","description":"This Is a Simple chatbot which store your searches using sqlite3 ","archived":false,"fork":false,"pushed_at":"2025-01-24T14:06:59.000Z","size":7298,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T15:20:17.388Z","etag":null,"topics":["html-css-javascript","miniproject","sqlite3","webprojects"],"latest_commit_sha":null,"homepage":"https://chat-bot-web-project.vercel.app/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EchoSingh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-12T15:15:43.000Z","updated_at":"2025-01-24T14:07:03.000Z","dependencies_parsed_at":"2024-07-24T05:32:28.050Z","dependency_job_id":"32077eb1-82ed-4150-b151-6f5d24c51519","html_url":"https://github.com/EchoSingh/ChatBot_WebProject","commit_stats":null,"previous_names":["aditya26062003/chatbot_webproject","echosingh/chatbot_webproject"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EchoSingh%2FChatBot_WebProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EchoSingh%2FChatBot_WebProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EchoSingh%2FChatBot_WebProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EchoSingh%2FChatBot_WebProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EchoSingh","download_url":"https://codeload.github.com/EchoSingh/ChatBot_WebProject/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238945668,"owners_count":19556700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html-css-javascript","miniproject","sqlite3","webprojects"],"created_at":"2024-11-05T15:27:48.758Z","updated_at":"2026-02-13T03:04:50.079Z","avatar_url":"https://github.com/EchoSingh.png","language":"HTML","readme":"\r\n# ChatBot Web Project 🤖💬\r\n\r\nThis repository contains the code and resources for the ChatBot Web Project, a web-based chatbot application.\r\n\r\nLive Demo :: [Run](https://chat-bot-web-project.vercel.app/)\r\n\r\n## Project Structure 📁\r\n\r\n```\r\nChatBot_WebProject/\r\n├── output_images/\r\n│   ├── one.jpg\r\n│   ├── three.jpg\r\n│   ├── two.jpg\r\n│   └── use case.png\r\n├── public/\r\n│   ├── Images/\r\n│   │   ├── chat.js\r\n│   |   ├── index.html\r\n│   │   └── styles.css\r\n├── report files/\r\n│   ├── WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.docx\r\n│   └── WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.pdf\r\n├── .gitignore\r\n├── README.md\r\n├── chatbot.db\r\n├── package-lock.json\r\n├── package.json\r\n└── server.js\r\n```\r\n\r\n### Folders and Files\r\n\r\n- **output_images/** 📷\r\n  - `one.jpg` ![one](output_images/one.jpg)\r\n  - `three.jpg` ![three](output_images/three.jpg)\r\n  - `two.jpg` ![two](output_images/two.jpg)\r\n  - `use case.png` ![use case](output_images/use%20case.png)\r\n- **public/** 🌐\r\n  - **Images/** 🖼️\r\n    - `chat.js` 📄\r\n    - `index.html` 🌍\r\n    - `styles.css` 🎨\r\n- **report files/** 📝\r\n  - `WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.docx` 📄\r\n  - `WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.pdf` 📄\r\n- `.gitignore` ❌\r\n- `README.md` 📘\r\n- `chatbot.db` 🗄️\r\n- `package-lock.json` 📦\r\n- `package.json` 📦\r\n- `server.js` 🖥️\r\n\r\n## Getting Started 🚀\r\n\r\nTo get a local copy up and running follow these simple steps.\r\n\r\n### Prerequisites\r\n\r\nYou need to have Node.js and npm installed on your machine. You can download them from [here](https://nodejs.org/).\r\n\r\n### Installation\r\n\r\n1. Clone the repo\r\n\r\n```sh\r\ngit clone https://github.com/EchoSingh/AI-ChatBot.git\r\n```\r\n\r\n2. Navigate to the project directory\r\n\r\n```sh\r\ncd ChatBot_WebProject\r\n```\r\n\r\n3. Install NPM packages\r\n\r\n```sh\r\nnpm install\r\n```\r\n\r\n4. Start the server\r\n\r\n```sh\r\nnode server.js\r\n```\r\n\r\n## Usage\r\n\r\nOnce the server is running, you can access the chatbot application by navigating to `http://localhost:3000` in your web browser.\r\n\r\n\r\n## Report Files 📝\r\n\r\nThe project reports are available in the `report files` directory:\r\n\r\n- [WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.docx](report%20files/WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th%20sem-combined%20FINAL.docx)\r\n- [WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.pdf](report%20files/WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th%20sem-combined%20FINAL.pdf)\r\n\r\n\r\n## License 📄\r\n\r\nDistributed under the MIT License. See `LICENSE` for more information.\r\n\r\n## Made with ❤️ by Aditya Singh\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechosingh%2Fchatbot_webproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fechosingh%2Fchatbot_webproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechosingh%2Fchatbot_webproject/lists"}