{"id":16326712,"url":"https://github.com/icelam/chatbot-demo","last_synced_at":"2026-04-02T18:53:38.579Z","repository":{"id":110260535,"uuid":"183857259","full_name":"icelam/chatbot-demo","owner":"icelam","description":"A simple chatbot demo built with Node.js (Express), node-nlp, ReactJS and Redux.","archived":false,"fork":false,"pushed_at":"2020-07-24T18:14:01.000Z","size":771,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T06:41:31.609Z","etag":null,"topics":["chatbot","express","node-nlp","nodejs","react","reactjs","redux","redux-thunk"],"latest_commit_sha":null,"homepage":"https://icelam.github.io/project-details/chatbot-demo","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icelam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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},"funding":{"github":["icelam"],"ko_fi":"icelam"}},"created_at":"2019-04-28T04:53:44.000Z","updated_at":"2024-02-23T07:06:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"717b2f91-3453-4ccb-8c45-4376b7cf72d0","html_url":"https://github.com/icelam/chatbot-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icelam%2Fchatbot-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icelam%2Fchatbot-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icelam%2Fchatbot-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icelam%2Fchatbot-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icelam","download_url":"https://codeload.github.com/icelam/chatbot-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235712,"owners_count":22036966,"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":["chatbot","express","node-nlp","nodejs","react","reactjs","redux","redux-thunk"],"created_at":"2024-10-10T23:09:22.314Z","updated_at":"2025-12-30T23:05:01.242Z","avatar_url":"https://github.com/icelam.png","language":"JavaScript","funding_links":["https://github.com/sponsors/icelam","https://ko-fi.com/icelam"],"categories":[],"sub_categories":[],"readme":"# Simple chatbot sample #\n\nThis is a simple chatbot demo built with [Express](https://expressjs.com/), [node-nlp](https://www.npmjs.com/package/node-nlp), [ReactJS](https://reactjs.org/) and [Redux](https://redux.js.org/).\n\n## Project Structure ##\n```\n.\n├── chtbot-api\n└── chatbot-ui\n\n```\n`chatbot-api`: Contains backend codes written in Express and the natural language utilities node-nlp\n`chatbot-ui`: Contains frontend codes written in ReactJS and Redux\n\n## Install packages need for the project ##\nInstall npm packages in project root folder, `./chatbot-api` and `./chatbot-ui` first using `npm install`.\n\n## To start the project ##\nTo start the frontend and backend concurrently,run `npm start` in project root folder.\n\nTo start backend only, run `npm start` in `./chatbot-api`. The Express server default serves at port `3100`.\n\nTo start the frontend only, run `npm start` in `./chatbot-ui`.\n\n## To start the development environment ##\nTo start the development encironment of frontend and backend concurrently,run `npm run dev` in project root folder.\n\nTo start backend only, run `npm run dev` in `./chatbot-api`. The Express server default serves at port `3100`.\n\nTo start the frontend only, run `npm start` in `./chatbot-ui`.\n\n## Project Settings ##\n**To change the default port of Express server:**\nChange the variable `PORT` which can be found inside `./chatbot-api/.env`.\n\n**To change the default API domain in frontend:**\nChange the variable `REACT_APP_API_DOMAIN` which can be found inside `./chatbot-ui/.env`.\n\n## Adding data to train the chatbot ##\nThe mapping of question and answers are put inside `./chatbot-api/data/questions` and `./chatbot-api/data/answers`. The data will then be used by [node-nlp](https://www.npmjs.com/package/node-nlp).\n\nFor details node-nlp please read [example usage](https://www.npmjs.com/package/node-nlp#example-of-use) provided by [node-nlp](https://www.npmjs.com/package/node-nlp).\n\n## Node version ##\n* Node \u003e= 9\n\n***\n\n### Special thanks ###\n\nAll my friends who have given me comments on this project. It really helped me a lot in making this project better!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficelam%2Fchatbot-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficelam%2Fchatbot-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficelam%2Fchatbot-demo/lists"}